Html Css Color HEX #766731 Himalaya

📋 copy color: '#766731'

red 118 ◦ green 103 ◦ blue 49

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

Shades of Himalaya #766731

Tints of Himalaya #766731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.15%

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 43.7%
G = 38.15%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766731 (or 0x766731) is known color: Himalaya. HEX triplet: 76, 67 and 31. RGB value is (118,103,49). Sum of RGB (Red+Green+Blue) = 118+103+49=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766731 is #8998CE. Grayscale: #656565. Windows color (decimal): -9017551 or 3237750. OLE color: 3237750.

HSL color Cylindrical-coordinate representation of color #766731: hue angle of 46.96º degrees, saturation: 0.41, 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 #766731 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 49 -
CMYK 0 0.13 0.58 0.54
HSL 46.96º 0.41% 0.33% -
HSV(B) 46.96º 0.58% 0.46% -
XYZ 12.88 13.77 4.89 -
YUV 101.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 118 103 49 0 0.13 0.58 0.54 46.96 0.41 0.33
Hex 76 67 31 0 D 3A 36 2F 29 21
Octal 166 147 61 0 15 72 66 57 51 41
Binary 1110110 1100111 110001 0 1101 111010 110110 101111 101001 100001

Color Harmonies of #766731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766731

Black with #766731

Text Example


Text Example

White with #766731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766731; }

 p { color: rgb(118,103,49); }

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

background-color css

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

 a { background-color: rgb(118,103,49); }

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

border-color css

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

 span { border-color: rgb(118,103,49); }

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