Html Css Color HEX #766125 Himalaya

📋 copy color: '#766125'

red 118 ◦ green 97 ◦ blue 37

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

Shades of Himalaya #766125

Tints of Himalaya #766125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

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

R = 46.83%
G = 38.49%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#766125 (or 0x766125) is known color: Himalaya. HEX triplet: 76, 61 and 25. RGB value is (118,97,37). Sum of RGB (Red+Green+Blue) = 118+97+37=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #766125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766125 is #899EDA. Grayscale: #606060. Windows color (decimal): -9019099 or 2449782. OLE color: 2449782.

HSL color Cylindrical-coordinate representation of color #766125: hue angle of 44.44º 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 #766125 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 37 -
CMYK 0 0.18 0.69 0.54
HSL 44.44º 0.52% 0.3% -
HSV(B) 44.44º 0.69% 0.46% -
XYZ 12.08 12.53 3.53 -
YUV 96.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 118 97 37 0 0.18 0.69 0.54 44.44 0.52 0.3
Hex 76 61 25 0 12 45 36 2C 34 1E
Octal 166 141 45 0 22 105 66 54 64 36
Binary 1110110 1100001 100101 0 10010 1000101 110110 101100 110100 11110

Color Harmonies of #766125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766125

Black with #766125

Text Example


Text Example

White with #766125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766125; }

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

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

background-color css

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

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

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

border-color css

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

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

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