Html Css Color HEX #766934 Himalaya

📋 copy color: '#766934'

red 118 ◦ green 105 ◦ blue 52

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

Shades of Himalaya #766934

Tints of Himalaya #766934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 42.91%
G = 38.18%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#766934 (or 0x766934) is known color: Himalaya. HEX triplet: 76, 69 and 34. RGB value is (118,105,52). Sum of RGB (Red+Green+Blue) = 118+105+52=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766934 is #8996CB. Grayscale: #676767. Windows color (decimal): -9017036 or 3434870. OLE color: 3434870.

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

Color convert

RGB 118 105 52 -
CMYK 0 0.11 0.56 0.54
HSL 48.18º 0.39% 0.33% -
HSV(B) 48.18º 0.56% 0.46% -
XYZ 13.14 14.2 5.3 -
YUV 102.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 118 105 52 0 0.11 0.56 0.54 48.18 0.39 0.33
Hex 76 69 34 0 B 38 36 30 27 21
Octal 166 151 64 0 13 70 66 60 47 41
Binary 1110110 1101001 110100 0 1011 111000 110110 110000 100111 100001

Color Harmonies of #766934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766934

Black with #766934

Text Example


Text Example

White with #766934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766934; }

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

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

background-color css

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

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

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

border-color css

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

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

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