Html Css Color HEX #766327 Himalaya

📋 copy color: '#766327'

red 118 ◦ green 99 ◦ blue 39

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

Shades of Himalaya #766327

Tints of Himalaya #766327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 46.09%
G = 38.67%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#766327 (or 0x766327) is known color: Himalaya. HEX triplet: 76, 63 and 27. RGB value is (118,99,39). Sum of RGB (Red+Green+Blue) = 118+99+39=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766327 is #899CD8. Grayscale: #626262. Windows color (decimal): -9018585 or 2581366. OLE color: 2581366.

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

Color convert

RGB 118 99 39 -
CMYK 0 0.16 0.67 0.54
HSL 45.57º 0.5% 0.31% -
HSV(B) 45.57º 0.67% 0.46% -
XYZ 12.3 12.92 3.77 -
YUV 97.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 118 99 39 0 0.16 0.67 0.54 45.57 0.5 0.31
Hex 76 63 27 0 10 43 36 2E 32 1F
Octal 166 143 47 0 20 103 66 56 62 37
Binary 1110110 1100011 100111 0 10000 1000011 110110 101110 110010 11111

Color Harmonies of #766327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766327

Black with #766327

Text Example


Text Example

White with #766327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766327; }

 p { color: rgb(118,99,39); }

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

background-color css

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

 a { background-color: rgb(118,99,39); }

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

border-color css

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

 span { border-color: rgb(118,99,39); }

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