Html Css Color HEX #766938 Himalaya

📋 copy color: '#766938'

red 118 ◦ green 105 ◦ blue 56

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

Shades of Himalaya #766938

Tints of Himalaya #766938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.63%

 BLUE value IS 56 (22.27% from 255) = 20.07%

R = 42.29%
G = 37.63%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#766938 (or 0x766938) is known color: Himalaya. HEX triplet: 76, 69 and 38. RGB value is (118,105,56). Sum of RGB (Red+Green+Blue) = 118+105+56=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #766938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766938 is #8996C7. Grayscale: #676767. Windows color (decimal): -9017032 or 3697014. OLE color: 3697014.

HSL color Cylindrical-coordinate representation of color #766938: hue angle of 47.42º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766938 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 56 -
CMYK 0 0.11 0.53 0.54
HSL 47.42º 0.36% 0.34% -
HSV(B) 47.42º 0.53% 0.46% -
XYZ 13.24 14.24 5.79 -
YUV 103.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 118 105 56 0 0.11 0.53 0.54 47.42 0.36 0.34
Hex 76 69 38 0 B 35 36 2F 24 22
Octal 166 151 70 0 13 65 66 57 44 42
Binary 1110110 1101001 111000 0 1011 110101 110110 101111 100100 100010

Color Harmonies of #766938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766938

Black with #766938

Text Example


Text Example

White with #766938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766938; }

 p { color: rgb(118,105,56); }

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

background-color css

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

 a { background-color: rgb(118,105,56); }

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

border-color css

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

 span { border-color: rgb(118,105,56); }

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