Html Css Color HEX #76672A Himalaya

📋 copy color: '#76672A'

red 118 ◦ green 103 ◦ blue 42

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

Shades of Himalaya #76672A

Tints of Himalaya #76672A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 44.87%
G = 39.16%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76672A (or 0x76672A) is known color: Himalaya. HEX triplet: 76, 67 and 2A. RGB value is (118,103,42). Sum of RGB (Red+Green+Blue) = 118+103+42=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76672A is #8998D5. Grayscale: #646464. Windows color (decimal): -9017558 or 2778998. OLE color: 2778998.

HSL color Cylindrical-coordinate representation of color #76672A: hue angle of 48.16º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76672A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 42 -
CMYK 0 0.13 0.64 0.54
HSL 48.16º 0.48% 0.31% -
HSV(B) 48.16º 0.64% 0.46% -
XYZ 12.74 13.72 4.17 -
YUV 100.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 118 103 42 0 0.13 0.64 0.54 48.16 0.48 0.31
Hex 76 67 2A 0 D 40 36 30 30 1F
Octal 166 147 52 0 15 100 66 60 60 37
Binary 1110110 1100111 101010 0 1101 1000000 110110 110000 110000 11111

Color Harmonies of #76672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76672A

Black with #76672A

Text Example


Text Example

White with #76672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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