Html Css Color HEX #77605B Russett

📋 copy color: '#77605B'

red 119 ◦ green 96 ◦ blue 91

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

Shades of Russett #77605B

Tints of Russett #77605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 38.89%
G = 31.37%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77605B (or 0x77605B) is known color: Russett. HEX triplet: 77, 60 and 5B. RGB value is (119,96,91). Sum of RGB (Red+Green+Blue) = 119+96+91=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #77605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77605B is #889FA4. Grayscale: #666666. Windows color (decimal): -8953765 or 5988471. OLE color: 5988471.

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

Color convert

RGB 119 96 91 -
CMYK 0 0.19 0.24 0.53
HSL 10.71º 0.13% 0.41% -
HSV(B) 10.71º 0.24% 0.47% -
XYZ 13.68 13.04 11.69 -
YUV 102.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 119 96 91 0 0.19 0.24 0.53 10.71 0.13 0.41
Hex 77 60 5B 0 13 18 35 B D 29
Octal 167 140 133 0 23 30 65 13 15 51
Binary 1110111 1100000 1011011 0 10011 11000 110101 1011 1101 101001

Color Harmonies of #77605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77605B

Black with #77605B

Text Example


Text Example

White with #77605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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