Html Css Color HEX #785F58 Russett

📋 copy color: '#785F58'

red 120 ◦ green 95 ◦ blue 88

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

Shades of Russett #785F58

Tints of Russett #785F58

RGB

 RED value IS 120 (47.27% from 255) = 39.6%

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

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

R = 39.6%
G = 31.35%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#785F58 (or 0x785F58) is known color: Russett. HEX triplet: 78, 5F and 58. RGB value is (120,95,88). Sum of RGB (Red+Green+Blue) = 120+95+88=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #785F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F58 is #87A0A7. Grayscale: #656565. Windows color (decimal): -8888488 or 5791608. OLE color: 5791608.

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

Color convert

RGB 120 95 88 -
CMYK 0 0.21 0.27 0.53
HSL 13.13º 0.15% 0.41% -
HSV(B) 13.13º 0.27% 0.47% -
XYZ 13.6 12.88 11 -
YUV 101.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 120 95 88 0 0.21 0.27 0.53 13.13 0.15 0.41
Hex 78 5F 58 0 15 1B 35 D F 29
Octal 170 137 130 0 25 33 65 15 17 51
Binary 1111000 1011111 1011000 0 10101 11011 110101 1101 1111 101001

Color Harmonies of #785F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F58

Black with #785F58

Text Example


Text Example

White with #785F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785F58; }

 p { color: rgb(120,95,88); }

 H1.HeaderClassName
 {
   color: #785F58;
 }
 .AnyTagClassName
 {
   color: #785F58;
 }
</style>

background-color css

<style>
 a { background-color: #785F58; }

 a { background-color: rgb(120,95,88); }

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

border-color css

<style>
 span { border-color: #785F58; }

 span { border-color: rgb(120,95,88); }

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