Html Css Color HEX #766128 Himalaya

📋 copy color: '#766128'

red 118 ◦ green 97 ◦ blue 40

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

Shades of Himalaya #766128

Tints of Himalaya #766128

RGB

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

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

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

R = 46.27%
G = 38.04%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766128 (or 0x766128) is known color: Himalaya. HEX triplet: 76, 61 and 28. RGB value is (118,97,40). Sum of RGB (Red+Green+Blue) = 118+97+40=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #766128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766128 is #899ED7. Grayscale: #616161. Windows color (decimal): -9019096 or 2646390. OLE color: 2646390.

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

Color convert

RGB 118 97 40 -
CMYK 0 0.18 0.66 0.54
HSL 43.85º 0.49% 0.31% -
HSV(B) 43.85º 0.66% 0.46% -
XYZ 12.13 12.55 3.79 -
YUV 96.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 118 97 40 0 0.18 0.66 0.54 43.85 0.49 0.31
Hex 76 61 28 0 12 42 36 2C 31 1F
Octal 166 141 50 0 22 102 66 54 61 37
Binary 1110110 1100001 101000 0 10010 1000010 110110 101100 110001 11111

Color Harmonies of #766128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766128

Black with #766128

Text Example


Text Example

White with #766128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766128; }

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

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

background-color css

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

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

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

border-color css

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

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

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