Html Css Color HEX #766529 Himalaya

📋 copy color: '#766529'

red 118 ◦ green 101 ◦ blue 41

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

Shades of Himalaya #766529

Tints of Himalaya #766529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 45.38%
G = 38.85%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#766529 (or 0x766529) is known color: Himalaya. HEX triplet: 76, 65 and 29. RGB value is (118,101,41). Sum of RGB (Red+Green+Blue) = 118+101+41=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #766529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766529 is #899AD6. Grayscale: #636363. Windows color (decimal): -9018071 or 2712950. OLE color: 2712950.

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

Color convert

RGB 118 101 41 -
CMYK 0 0.14 0.65 0.54
HSL 46.75º 0.48% 0.31% -
HSV(B) 46.75º 0.65% 0.46% -
XYZ 12.53 13.32 4.01 -
YUV 99.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 118 101 41 0 0.14 0.65 0.54 46.75 0.48 0.31
Hex 76 65 29 0 E 41 36 2F 30 1F
Octal 166 145 51 0 16 101 66 57 60 37
Binary 1110110 1100101 101001 0 1110 1000001 110110 101111 110000 11111

Color Harmonies of #766529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766529

Black with #766529

Text Example


Text Example

White with #766529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766529; }

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

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

background-color css

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

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

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

border-color css

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

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

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