Html Css Color HEX #785F25 Himalaya

📋 copy color: '#785F25'

red 120 ◦ green 95 ◦ blue 37

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

Shades of Himalaya #785F25

Tints of Himalaya #785F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 47.62%
G = 37.7%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#785F25 (or 0x785F25) is known color: Himalaya. HEX triplet: 78, 5F and 25. RGB value is (120,95,37). Sum of RGB (Red+Green+Blue) = 120+95+37=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #785F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F25 is #87A0DA. Grayscale: #606060. Windows color (decimal): -8888539 or 2449272. OLE color: 2449272.

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

Color convert

RGB 120 95 37 -
CMYK 0 0.21 0.69 0.53
HSL 41.93º 0.53% 0.31% -
HSV(B) 41.93º 0.69% 0.47% -
XYZ 12.17 12.31 3.49 -
YUV 95.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 120 95 37 0 0.21 0.69 0.53 41.93 0.53 0.31
Hex 78 5F 25 0 15 45 35 2A 35 1F
Octal 170 137 45 0 25 105 65 52 65 37
Binary 1111000 1011111 100101 0 10101 1000101 110101 101010 110101 11111

Color Harmonies of #785F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F25

Black with #785F25

Text Example


Text Example

White with #785F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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