Html Css Color HEX #785A52 Russett

📋 copy color: '#785A52'

red 120 ◦ green 90 ◦ blue 82

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

Shades of Russett #785A52

Tints of Russett #785A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 41.1%
G = 30.82%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#785A52 (or 0x785A52) is known color: Russett. HEX triplet: 78, 5A and 52. RGB value is (120,90,82). Sum of RGB (Red+Green+Blue) = 120+90+82=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #785A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A52 is #87A5AD. Grayscale: #626262. Windows color (decimal): -8889774 or 5397112. OLE color: 5397112.

HSL color Cylindrical-coordinate representation of color #785A52: hue angle of 12.63º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785A52 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 82 -
CMYK 0 0.25 0.32 0.53
HSL 12.63º 0.19% 0.4% -
HSV(B) 12.63º 0.32% 0.47% -
XYZ 12.92 11.91 9.6 -
YUV 98.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 120 90 82 0 0.25 0.32 0.53 12.63 0.19 0.4
Hex 78 5A 52 0 19 20 35 D 13 28
Octal 170 132 122 0 31 40 65 15 23 50
Binary 1111000 1011010 1010010 0 11001 100000 110101 1101 10011 101000

Color Harmonies of #785A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A52

Black with #785A52

Text Example


Text Example

White with #785A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,90,82); }

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

background-color css

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

 a { background-color: rgb(120,90,82); }

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

border-color css

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

 span { border-color: rgb(120,90,82); }

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