Html Css Color HEX #766135 Himalaya

📋 copy color: '#766135'

red 118 ◦ green 97 ◦ blue 53

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

Shades of Himalaya #766135

Tints of Himalaya #766135

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

 BLUE value IS 53 (21.09% from 255) = 19.78%

R = 44.03%
G = 36.19%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#766135 (or 0x766135) is known color: Himalaya. HEX triplet: 76, 61 and 35. RGB value is (118,97,53). Sum of RGB (Red+Green+Blue) = 118+97+53=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #766135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766135 is #899ECA. Grayscale: #626262. Windows color (decimal): -9019083 or 3498358. OLE color: 3498358.

HSL color Cylindrical-coordinate representation of color #766135: hue angle of 40.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766135 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 53 -
CMYK 0 0.18 0.55 0.54
HSL 40.62º 0.38% 0.34% -
HSV(B) 40.62º 0.55% 0.46% -
XYZ 12.39 12.66 5.16 -
YUV 98.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 118 97 53 0 0.18 0.55 0.54 40.62 0.38 0.34
Hex 76 61 35 0 12 37 36 29 26 22
Octal 166 141 65 0 22 67 66 51 46 42
Binary 1110110 1100001 110101 0 10010 110111 110110 101001 100110 100010

Color Harmonies of #766135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766135

Black with #766135

Text Example


Text Example

White with #766135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766135; }

 p { color: rgb(118,97,53); }

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

background-color css

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

 a { background-color: rgb(118,97,53); }

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

border-color css

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

 span { border-color: rgb(118,97,53); }

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