Html Css Color HEX #775F65 Scorpion

📋 copy color: '#775F65'

red 119 ◦ green 95 ◦ blue 101

#775F65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #775F65

Tints of Scorpion #775F65

RGB

 RED value IS 119 (46.88% from 255) = 37.78%

 GREEN value IS 95 (37.5% from 255) = 30.16%

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 37.78%
G = 30.16%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#775F65 (or 0x775F65) is known color: Scorpion. HEX triplet: 77, 5F and 65. RGB value is (119,95,101). Sum of RGB (Red+Green+Blue) = 119+95+101=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #775F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F65 is #88A09A. Grayscale: #666666. Windows color (decimal): -8954011 or 6643575. OLE color: 6643575.

HSL color Cylindrical-coordinate representation of color #775F65: hue angle of 345º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #775F65 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 101 -
CMYK 0 0.20 0.15 0.53
HSL 345º 0.11% 0.42% -
HSV(B) 345º 0.2% 0.47% -
XYZ 14.05 13.05 14.09 -
YUV 102.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 119 95 101 0 0.20 0.15 0.53 345 0.11 0.42
Hex 77 5F 65 0 14 F 35 159 B 2A
Octal 167 137 145 0 24 17 65 531 13 52
Binary 1110111 1011111 1100101 0 10100 1111 110101 101011001 1011 101010

Color Harmonies of #775F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F65

Black with #775F65

Text Example


Text Example

White with #775F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775F65; }

 p { color: rgb(119,95,101); }

 H1.HeaderClassName
 {
   color: #775F65;
 }
 .AnyTagClassName
 {
   color: #775F65;
 }
</style>

background-color css

<style>
 a { background-color: #775F65; }

 a { background-color: rgb(119,95,101); }

 div.DivClassName
 {
   background-color: #775F65;
 }
 .BgClassName
 {
   background-color: #775F65;
 }
</style>

border-color css

<style>
 span { border-color: #775F65; }

 span { border-color: rgb(119,95,101); }

 td.TdClassName
 {
   border-color: #775F65;
 }
 .TagClassName
 {
   border-color: #775F65;
 }
</style>