Html Css Color HEX #766735 Himalaya

📋 copy color: '#766735'

red 118 ◦ green 103 ◦ blue 53

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

Shades of Himalaya #766735

Tints of Himalaya #766735

RGB

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

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

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

R = 43.07%
G = 37.59%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#766735 (or 0x766735) is known color: Himalaya. HEX triplet: 76, 67 and 35. RGB value is (118,103,53). Sum of RGB (Red+Green+Blue) = 118+103+53=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #766735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766735 is #8998CA. Grayscale: #656565. Windows color (decimal): -9017547 or 3499894. OLE color: 3499894.

HSL color Cylindrical-coordinate representation of color #766735: hue angle of 46.15º 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 #766735 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 53 -
CMYK 0 0.13 0.55 0.54
HSL 46.15º 0.38% 0.34% -
HSV(B) 46.15º 0.55% 0.46% -
XYZ 12.96 13.81 5.35 -
YUV 101.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 118 103 53 0 0.13 0.55 0.54 46.15 0.38 0.34
Hex 76 67 35 0 D 37 36 2E 26 22
Octal 166 147 65 0 15 67 66 56 46 42
Binary 1110110 1100111 110101 0 1101 110111 110110 101110 100110 100010

Color Harmonies of #766735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766735

Black with #766735

Text Example


Text Example

White with #766735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766735; }

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

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

background-color css

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

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

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

border-color css

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

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

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