Html Css Color HEX #76672B Himalaya

📋 copy color: '#76672B'

red 118 ◦ green 103 ◦ blue 43

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

Shades of Himalaya #76672B

Tints of Himalaya #76672B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 44.7%
G = 39.02%
B = 16.29%

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

#76672B (or 0x76672B) is known color: Himalaya. HEX triplet: 76, 67 and 2B. RGB value is (118,103,43). Sum of RGB (Red+Green+Blue) = 118+103+43=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76672B is #8998D4. Grayscale: #646464. Windows color (decimal): -9017557 or 2844534. OLE color: 2844534.

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

Color convert

RGB 118 103 43 -
CMYK 0 0.13 0.64 0.54
HSL 48º 0.47% 0.32% -
HSV(B) 48º 0.64% 0.46% -
XYZ 12.76 13.73 4.26 -
YUV 100.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 118 103 43 0 0.13 0.64 0.54 48 0.47 0.32
Hex 76 67 2B 0 D 40 36 30 2F 20
Octal 166 147 53 0 15 100 66 60 57 40
Binary 1110110 1100111 101011 0 1101 1000000 110110 110000 101111 100000

Color Harmonies of #76672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76672B

Black with #76672B

Text Example


Text Example

White with #76672B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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