Html Css Color HEX #766526 Himalaya

📋 copy color: '#766526'

red 118 ◦ green 101 ◦ blue 38

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

Shades of Himalaya #766526

Tints of Himalaya #766526

RGB

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

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

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

R = 45.91%
G = 39.3%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#766526 (or 0x766526) is known color: Himalaya. HEX triplet: 76, 65 and 26. RGB value is (118,101,38). Sum of RGB (Red+Green+Blue) = 118+101+38=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766526 is #899AD9. Grayscale: #636363. Windows color (decimal): -9018074 or 2516342. OLE color: 2516342.

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

Color convert

RGB 118 101 38 -
CMYK 0 0.14 0.68 0.54
HSL 47.25º 0.51% 0.31% -
HSV(B) 47.25º 0.68% 0.46% -
XYZ 12.47 13.3 3.74 -
YUV 98.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 118 101 38 0 0.14 0.68 0.54 47.25 0.51 0.31
Hex 76 65 26 0 E 44 36 2F 33 1F
Octal 166 145 46 0 16 104 66 57 63 37
Binary 1110110 1100101 100110 0 1110 1000100 110110 101111 110011 11111

Color Harmonies of #766526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766526

Black with #766526

Text Example


Text Example

White with #766526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766526; }

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

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

background-color css

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

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

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

border-color css

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

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

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