Html Css Color HEX #766A30 Himalaya

📋 copy color: '#766A30'

red 118 ◦ green 106 ◦ blue 48

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

Shades of Himalaya #766A30

Tints of Himalaya #766A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 43.38%
G = 38.97%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#766A30 (or 0x766A30) is known color: Himalaya. HEX triplet: 76, 6A and 30. RGB value is (118,106,48). Sum of RGB (Red+Green+Blue) = 118+106+48=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #766A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A30 is #8995CF. Grayscale: #676767. Windows color (decimal): -9016784 or 3172982. OLE color: 3172982.

HSL color Cylindrical-coordinate representation of color #766A30: hue angle of 49.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #766A30 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 48 -
CMYK 0 0.10 0.59 0.54
HSL 49.71º 0.42% 0.33% -
HSV(B) 49.71º 0.59% 0.46% -
XYZ 13.16 14.37 4.88 -
YUV 102.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 118 106 48 0 0.10 0.59 0.54 49.71 0.42 0.33
Hex 76 6A 30 0 A 3B 36 32 2A 21
Octal 166 152 60 0 12 73 66 62 52 41
Binary 1110110 1101010 110000 0 1010 111011 110110 110010 101010 100001

Color Harmonies of #766A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A30

Black with #766A30

Text Example


Text Example

White with #766A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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