Html Css Color HEX #766A38 Himalaya

📋 copy color: '#766A38'

red 118 ◦ green 106 ◦ blue 56

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

Shades of Himalaya #766A38

Tints of Himalaya #766A38

RGB

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

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

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

R = 42.14%
G = 37.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#766A38 (or 0x766A38) is known color: Himalaya. HEX triplet: 76, 6A and 38. RGB value is (118,106,56). Sum of RGB (Red+Green+Blue) = 118+106+56=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A38 is #8995C7. Grayscale: #686868. Windows color (decimal): -9016776 or 3697270. OLE color: 3697270.

HSL color Cylindrical-coordinate representation of color #766A38: hue angle of 48.39º 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 #766A38 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 56 -
CMYK 0 0.10 0.53 0.54
HSL 48.39º 0.36% 0.34% -
HSV(B) 48.39º 0.53% 0.46% -
XYZ 13.34 14.45 5.83 -
YUV 103.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 118 106 56 0 0.10 0.53 0.54 48.39 0.36 0.34
Hex 76 6A 38 0 A 35 36 30 24 22
Octal 166 152 70 0 12 65 66 60 44 42
Binary 1110110 1101010 111000 0 1010 110101 110110 110000 100100 100010

Color Harmonies of #766A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A38

Black with #766A38

Text Example


Text Example

White with #766A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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