Html Css Color HEX #766A32 Himalaya

📋 copy color: '#766A32'

red 118 ◦ green 106 ◦ blue 50

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

Shades of Himalaya #766A32

Tints of Himalaya #766A32

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 43.07%
G = 38.69%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766A32 (or 0x766A32) is known color: Himalaya. HEX triplet: 76, 6A and 32. RGB value is (118,106,50). Sum of RGB (Red+Green+Blue) = 118+106+50=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #766A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A32 is #8995CD. Grayscale: #676767. Windows color (decimal): -9016782 or 3304054. OLE color: 3304054.

HSL color Cylindrical-coordinate representation of color #766A32: hue angle of 49.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766A32 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 50 -
CMYK 0 0.10 0.58 0.54
HSL 49.41º 0.4% 0.33% -
HSV(B) 49.41º 0.58% 0.46% -
XYZ 13.2 14.39 5.1 -
YUV 103.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 118 106 50 0 0.10 0.58 0.54 49.41 0.4 0.33
Hex 76 6A 32 0 A 3A 36 31 28 21
Octal 166 152 62 0 12 72 66 61 50 41
Binary 1110110 1101010 110010 0 1010 111010 110110 110001 101000 100001

Color Harmonies of #766A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A32

Black with #766A32

Text Example


Text Example

White with #766A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A32; }

 p { color: rgb(118,106,50); }

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

background-color css

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

 a { background-color: rgb(118,106,50); }

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

border-color css

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

 span { border-color: rgb(118,106,50); }

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