Html Css Color HEX #766126 Himalaya

📋 copy color: '#766126'

red 118 ◦ green 97 ◦ blue 38

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

Shades of Himalaya #766126

Tints of Himalaya #766126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 46.64%
G = 38.34%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#766126 (or 0x766126) is known color: Himalaya. HEX triplet: 76, 61 and 26. RGB value is (118,97,38). Sum of RGB (Red+Green+Blue) = 118+97+38=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766126 is #899ED9. Grayscale: #606060. Windows color (decimal): -9019098 or 2515318. OLE color: 2515318.

HSL color Cylindrical-coordinate representation of color #766126: hue angle of 44.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #766126 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 38 -
CMYK 0 0.18 0.68 0.54
HSL 44.25º 0.51% 0.31% -
HSV(B) 44.25º 0.68% 0.46% -
XYZ 12.1 12.54 3.62 -
YUV 96.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 118 97 38 0 0.18 0.68 0.54 44.25 0.51 0.31
Hex 76 61 26 0 12 44 36 2C 33 1F
Octal 166 141 46 0 22 104 66 54 63 37
Binary 1110110 1100001 100110 0 10010 1000100 110110 101100 110011 11111

Color Harmonies of #766126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766126

Black with #766126

Text Example


Text Example

White with #766126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766126; }

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

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

background-color css

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

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

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

border-color css

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

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

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