Html Css Color HEX #775E5A Russett

📋 copy color: '#775E5A'

red 119 ◦ green 94 ◦ blue 90

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

Shades of Russett #775E5A

Tints of Russett #775E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 39.27%
G = 31.02%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#775E5A (or 0x775E5A) is known color: Russett. HEX triplet: 77, 5E and 5A. RGB value is (119,94,90). Sum of RGB (Red+Green+Blue) = 119+94+90=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E5A is #88A1A5. Grayscale: #656565. Windows color (decimal): -8954278 or 5922423. OLE color: 5922423.

HSL color Cylindrical-coordinate representation of color #775E5A: hue angle of 8.28º degrees, saturation: 0.14, 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 #775E5A is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 90 -
CMYK 0 0.21 0.24 0.53
HSL 8.28º 0.14% 0.41% -
HSV(B) 8.28º 0.24% 0.47% -
XYZ 13.46 12.67 11.41 -
YUV 101.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 119 94 90 0 0.21 0.24 0.53 8.28 0.14 0.41
Hex 77 5E 5A 0 15 18 35 8 E 29
Octal 167 136 132 0 25 30 65 10 16 51
Binary 1110111 1011110 1011010 0 10101 11000 110101 1000 1110 101001

Color Harmonies of #775E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E5A

Black with #775E5A

Text Example


Text Example

White with #775E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,90); }

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

background-color css

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

 a { background-color: rgb(119,94,90); }

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

border-color css

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

 span { border-color: rgb(119,94,90); }

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