Html Css Color HEX #775E58 Russett

📋 copy color: '#775E58'

red 119 ◦ green 94 ◦ blue 88

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

Shades of Russett #775E58

Tints of Russett #775E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 39.53%
G = 31.23%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#775E58 (or 0x775E58) is known color: Russett. HEX triplet: 77, 5E and 58. RGB value is (119,94,88). Sum of RGB (Red+Green+Blue) = 119+94+88=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #775E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E58 is #88A1A7. Grayscale: #646464. Windows color (decimal): -8954280 or 5791351. OLE color: 5791351.

HSL color Cylindrical-coordinate representation of color #775E58: hue angle of 11.61º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #775E58 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 88 -
CMYK 0 0.21 0.26 0.53
HSL 11.61º 0.15% 0.41% -
HSV(B) 11.61º 0.26% 0.47% -
XYZ 13.37 12.63 10.97 -
YUV 100.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 119 94 88 0 0.21 0.26 0.53 11.61 0.15 0.41
Hex 77 5E 58 0 15 1A 35 C F 29
Octal 167 136 130 0 25 32 65 14 17 51
Binary 1110111 1011110 1011000 0 10101 11010 110101 1100 1111 101001

Color Harmonies of #775E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E58

Black with #775E58

Text Example


Text Example

White with #775E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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