Html Css Color HEX #76672E Himalaya

📋 copy color: '#76672E'

red 118 ◦ green 103 ◦ blue 46

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

Shades of Himalaya #76672E

Tints of Himalaya #76672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 44.19%
G = 38.58%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76672E (or 0x76672E) is known color: Himalaya. HEX triplet: 76, 67 and 2E. RGB value is (118,103,46). Sum of RGB (Red+Green+Blue) = 118+103+46=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76672E is #8998D1. Grayscale: #656565. Windows color (decimal): -9017554 or 3041142. OLE color: 3041142.

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

Color convert

RGB 118 103 46 -
CMYK 0 0.13 0.61 0.54
HSL 47.5º 0.44% 0.32% -
HSV(B) 47.5º 0.61% 0.46% -
XYZ 12.81 13.75 4.56 -
YUV 100.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 118 103 46 0 0.13 0.61 0.54 47.5 0.44 0.32
Hex 76 67 2E 0 D 3D 36 30 2C 20
Octal 166 147 56 0 15 75 66 60 54 40
Binary 1110110 1100111 101110 0 1101 111101 110110 110000 101100 100000

Color Harmonies of #76672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76672E

Black with #76672E

Text Example


Text Example

White with #76672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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