Html Css Color HEX #766829 Himalaya

📋 copy color: '#766829'

red 118 ◦ green 104 ◦ blue 41

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

Shades of Himalaya #766829

Tints of Himalaya #766829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

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

R = 44.87%
G = 39.54%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#766829 (or 0x766829) is known color: Himalaya. HEX triplet: 76, 68 and 29. RGB value is (118,104,41). Sum of RGB (Red+Green+Blue) = 118+104+41=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #766829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766829 is #8997D6. Grayscale: #656565. Windows color (decimal): -9017303 or 2713718. OLE color: 2713718.

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

Color convert

RGB 118 104 41 -
CMYK 0 0.12 0.65 0.54
HSL 49.09º 0.48% 0.31% -
HSV(B) 49.09º 0.65% 0.46% -
XYZ 12.82 13.91 4.11 -
YUV 101 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 118 104 41 0 0.12 0.65 0.54 49.09 0.48 0.31
Hex 76 68 29 0 C 41 36 31 30 1F
Octal 166 150 51 0 14 101 66 61 60 37
Binary 1110110 1101000 101001 0 1100 1000001 110110 110001 110000 11111

Color Harmonies of #766829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766829

Black with #766829

Text Example


Text Example

White with #766829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766829; }

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

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

background-color css

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

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

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

border-color css

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

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

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