Html Css Color HEX #76682B Himalaya

📋 copy color: '#76682B'

red 118 ◦ green 104 ◦ blue 43

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

Shades of Himalaya #76682B

Tints of Himalaya #76682B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.25%

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

R = 44.53%
G = 39.25%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76682B (or 0x76682B) is known color: Himalaya. HEX triplet: 76, 68 and 2B. RGB value is (118,104,43). Sum of RGB (Red+Green+Blue) = 118+104+43=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76682B is #8997D4. Grayscale: #656565. Windows color (decimal): -9017301 or 2844790. OLE color: 2844790.

HSL color Cylindrical-coordinate representation of color #76682B: hue angle of 48.8º 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 #76682B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 43 -
CMYK 0 0.12 0.64 0.54
HSL 48.8º 0.47% 0.32% -
HSV(B) 48.8º 0.64% 0.46% -
XYZ 12.86 13.93 4.3 -
YUV 101.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 118 104 43 0 0.12 0.64 0.54 48.8 0.47 0.32
Hex 76 68 2B 0 C 40 36 31 2F 20
Octal 166 150 53 0 14 100 66 61 57 40
Binary 1110110 1101000 101011 0 1100 1000000 110110 110001 101111 100000

Color Harmonies of #76682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76682B

Black with #76682B

Text Example


Text Example

White with #76682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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