Html Css Color HEX #76692B Himalaya

📋 copy color: '#76692B'

red 118 ◦ green 105 ◦ blue 43

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

Shades of Himalaya #76692B

Tints of Himalaya #76692B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

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

R = 44.36%
G = 39.47%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76692B (or 0x76692B) is known color: Himalaya. HEX triplet: 76, 69 and 2B. RGB value is (118,105,43). Sum of RGB (Red+Green+Blue) = 118+105+43=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76692B is #8996D4. Grayscale: #666666. Windows color (decimal): -9017045 or 2845046. OLE color: 2845046.

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

Color convert

RGB 118 105 43 -
CMYK 0 0.11 0.64 0.54
HSL 49.6º 0.47% 0.32% -
HSV(B) 49.6º 0.64% 0.46% -
XYZ 12.96 14.13 4.33 -
YUV 101.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 118 105 43 0 0.11 0.64 0.54 49.6 0.47 0.32
Hex 76 69 2B 0 B 40 36 32 2F 20
Octal 166 151 53 0 13 100 66 62 57 40
Binary 1110110 1101001 101011 0 1011 1000000 110110 110010 101111 100000

Color Harmonies of #76692B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76692B

Black with #76692B

Text Example


Text Example

White with #76692B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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