Html Css Color HEX #766025 Himalaya

📋 copy color: '#766025'

red 118 ◦ green 96 ◦ blue 37

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

Shades of Himalaya #766025

Tints of Himalaya #766025

RGB

 RED value IS 118 (46.48% from 255) = 47.01%

 GREEN value IS 96 (37.89% from 255) = 38.25%

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

R = 47.01%
G = 38.25%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#766025 (or 0x766025) is known color: Himalaya. HEX triplet: 76, 60 and 25. RGB value is (118,96,37). Sum of RGB (Red+Green+Blue) = 118+96+37=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #766025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766025 is #899FDA. Grayscale: #606060. Windows color (decimal): -9019355 or 2449526. OLE color: 2449526.

HSL color Cylindrical-coordinate representation of color #766025: hue angle of 43.7º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766025 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 37 -
CMYK 0 0.19 0.69 0.54
HSL 43.7º 0.52% 0.3% -
HSV(B) 43.7º 0.69% 0.46% -
XYZ 11.99 12.35 3.5 -
YUV 95.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 118 96 37 0 0.19 0.69 0.54 43.7 0.52 0.3
Hex 76 60 25 0 13 45 36 2C 34 1E
Octal 166 140 45 0 23 105 66 54 64 36
Binary 1110110 1100000 100101 0 10011 1000101 110110 101100 110100 11110

Color Harmonies of #766025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766025

Black with #766025

Text Example


Text Example

White with #766025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766025; }

 p { color: rgb(118,96,37); }

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

background-color css

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

 a { background-color: rgb(118,96,37); }

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

border-color css

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

 span { border-color: rgb(118,96,37); }

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