Html Css Color HEX #76652D Himalaya

📋 copy color: '#76652D'

red 118 ◦ green 101 ◦ blue 45

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

Shades of Himalaya #76652D

Tints of Himalaya #76652D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.26%

 BLUE value IS 45 (17.97% from 255) = 17.05%

R = 44.7%
G = 38.26%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76652D (or 0x76652D) is known color: Himalaya. HEX triplet: 76, 65 and 2D. RGB value is (118,101,45). Sum of RGB (Red+Green+Blue) = 118+101+45=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76652D is #899AD2. Grayscale: #636363. Windows color (decimal): -9018067 or 2975094. OLE color: 2975094.

HSL color Cylindrical-coordinate representation of color #76652D: hue angle of 46.03º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76652D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 45 -
CMYK 0 0.14 0.62 0.54
HSL 46.03º 0.45% 0.32% -
HSV(B) 46.03º 0.62% 0.46% -
XYZ 12.6 13.35 4.4 -
YUV 99.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 118 101 45 0 0.14 0.62 0.54 46.03 0.45 0.32
Hex 76 65 2D 0 E 3E 36 2E 2D 20
Octal 166 145 55 0 16 76 66 56 55 40
Binary 1110110 1100101 101101 0 1110 111110 110110 101110 101101 100000

Color Harmonies of #76652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76652D

Black with #76652D

Text Example


Text Example

White with #76652D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76652D; }

 p { color: rgb(118,101,45); }

 H1.HeaderClassName
 {
   color: #76652D;
 }
 .AnyTagClassName
 {
   color: #76652D;
 }
</style>

background-color css

<style>
 a { background-color: #76652D; }

 a { background-color: rgb(118,101,45); }

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

border-color css

<style>
 span { border-color: #76652D; }

 span { border-color: rgb(118,101,45); }

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