Html Css Color HEX #766428 Himalaya

📋 copy color: '#766428'

red 118 ◦ green 100 ◦ blue 40

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

Shades of Himalaya #766428

Tints of Himalaya #766428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.76%

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

R = 45.74%
G = 38.76%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766428 (or 0x766428) is known color: Himalaya. HEX triplet: 76, 64 and 28. RGB value is (118,100,40). Sum of RGB (Red+Green+Blue) = 118+100+40=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766428 is #899BD7. Grayscale: #626262. Windows color (decimal): -9018328 or 2647158. OLE color: 2647158.

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

Color convert

RGB 118 100 40 -
CMYK 0 0.15 0.66 0.54
HSL 46.15º 0.49% 0.31% -
HSV(B) 46.15º 0.66% 0.46% -
XYZ 12.41 13.12 3.89 -
YUV 98.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 118 100 40 0 0.15 0.66 0.54 46.15 0.49 0.31
Hex 76 64 28 0 F 42 36 2E 31 1F
Octal 166 144 50 0 17 102 66 56 61 37
Binary 1110110 1100100 101000 0 1111 1000010 110110 101110 110001 11111

Color Harmonies of #766428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766428

Black with #766428

Text Example


Text Example

White with #766428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766428; }

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

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

background-color css

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

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

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

border-color css

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

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

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