Html Css Color HEX #766528 Himalaya

📋 copy color: '#766528'

red 118 ◦ green 101 ◦ blue 40

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

Shades of Himalaya #766528

Tints of Himalaya #766528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39%

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

R = 45.56%
G = 39%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766528 (or 0x766528) is known color: Himalaya. HEX triplet: 76, 65 and 28. RGB value is (118,101,40). Sum of RGB (Red+Green+Blue) = 118+101+40=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #766528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766528 is #899AD7. Grayscale: #636363. Windows color (decimal): -9018072 or 2647414. OLE color: 2647414.

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

Color convert

RGB 118 101 40 -
CMYK 0 0.14 0.66 0.54
HSL 46.92º 0.49% 0.31% -
HSV(B) 46.92º 0.66% 0.46% -
XYZ 12.51 13.31 3.92 -
YUV 99.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 118 101 40 0 0.14 0.66 0.54 46.92 0.49 0.31
Hex 76 65 28 0 E 42 36 2F 31 1F
Octal 166 145 50 0 16 102 66 57 61 37
Binary 1110110 1100101 101000 0 1110 1000010 110110 101111 110001 11111

Color Harmonies of #766528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766528

Black with #766528

Text Example


Text Example

White with #766528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766528; }

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

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

background-color css

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

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

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

border-color css

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

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

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