Html Css Color HEX #785F28 Himalaya

📋 copy color: '#785F28'

red 120 ◦ green 95 ◦ blue 40

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

Shades of Himalaya #785F28

Tints of Himalaya #785F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 47.06%
G = 37.25%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#785F28 (or 0x785F28) is known color: Himalaya. HEX triplet: 78, 5F and 28. RGB value is (120,95,40). Sum of RGB (Red+Green+Blue) = 120+95+40=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #785F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F28 is #87A0D7. Grayscale: #606060. Windows color (decimal): -8888536 or 2645880. OLE color: 2645880.

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

Color convert

RGB 120 95 40 -
CMYK 0 0.21 0.67 0.53
HSL 41.25º 0.5% 0.31% -
HSV(B) 41.25º 0.67% 0.47% -
XYZ 12.22 12.33 3.74 -
YUV 96.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 120 95 40 0 0.21 0.67 0.53 41.25 0.5 0.31
Hex 78 5F 28 0 15 43 35 29 32 1F
Octal 170 137 50 0 25 103 65 51 62 37
Binary 1111000 1011111 101000 0 10101 1000011 110101 101001 110010 11111

Color Harmonies of #785F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F28

Black with #785F28

Text Example


Text Example

White with #785F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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