Html Css Color HEX #785F5A Russett

📋 copy color: '#785F5A'

red 120 ◦ green 95 ◦ blue 90

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

Shades of Russett #785F5A

Tints of Russett #785F5A

RGB

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

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

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

R = 39.34%
G = 31.15%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#785F5A (or 0x785F5A) is known color: Russett. HEX triplet: 78, 5F and 5A. RGB value is (120,95,90). Sum of RGB (Red+Green+Blue) = 120+95+90=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #785F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F5A is #87A0A5. Grayscale: #656565. Windows color (decimal): -8888486 or 5922680. OLE color: 5922680.

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

Color convert

RGB 120 95 90 -
CMYK 0 0.21 0.25 0.53
HSL 10º 0.14% 0.41% -
HSV(B) 10º 0.25% 0.47% -
XYZ 13.68 12.92 11.44 -
YUV 101.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 120 95 90 0 0.21 0.25 0.53 10 0.14 0.41
Hex 78 5F 5A 0 15 19 35 A E 29
Octal 170 137 132 0 25 31 65 12 16 51
Binary 1111000 1011111 1011010 0 10101 11001 110101 1010 1110 101001

Color Harmonies of #785F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F5A

Black with #785F5A

Text Example


Text Example

White with #785F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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