Html Css Color HEX #77605C Russett

📋 copy color: '#77605C'

red 119 ◦ green 96 ◦ blue 92

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

Shades of Russett #77605C

Tints of Russett #77605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 38.76%
G = 31.27%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77605C (or 0x77605C) is known color: Russett. HEX triplet: 77, 60 and 5C. RGB value is (119,96,92). Sum of RGB (Red+Green+Blue) = 119+96+92=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #77605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77605C is #889FA3. Grayscale: #666666. Windows color (decimal): -8953764 or 6054007. OLE color: 6054007.

HSL color Cylindrical-coordinate representation of color #77605C: hue angle of 8.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77605C is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 92 -
CMYK 0 0.19 0.23 0.53
HSL 8.89º 0.13% 0.41% -
HSV(B) 8.89º 0.23% 0.47% -
XYZ 13.72 13.06 11.92 -
YUV 102.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 119 96 92 0 0.19 0.23 0.53 8.89 0.13 0.41
Hex 77 60 5C 0 13 17 35 9 D 29
Octal 167 140 134 0 23 27 65 11 15 51
Binary 1110111 1100000 1011100 0 10011 10111 110101 1001 1101 101001

Color Harmonies of #77605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77605C

Black with #77605C

Text Example


Text Example

White with #77605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77605C; }

 p { color: rgb(119,96,92); }

 H1.HeaderClassName
 {
   color: #77605C;
 }
 .AnyTagClassName
 {
   color: #77605C;
 }
</style>

background-color css

<style>
 a { background-color: #77605C; }

 a { background-color: rgb(119,96,92); }

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

border-color css

<style>
 span { border-color: #77605C; }

 span { border-color: rgb(119,96,92); }

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