Html Css Color HEX #767549 Hemlock

📋 copy color: '#767549'

red 118 ◦ green 117 ◦ blue 73

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

Shades of Hemlock #767549

Tints of Hemlock #767549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 38.31%
G = 37.99%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#767549 (or 0x767549) is known color: Hemlock. HEX triplet: 76, 75 and 49. RGB value is (118,117,73). Sum of RGB (Red+Green+Blue) = 118+117+73=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #767549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767549 is #898AB6. Grayscale: #707070. Windows color (decimal): -9013943 or 4814198. OLE color: 4814198.

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

Color convert

RGB 118 117 73 -
CMYK 0 0.01 0.38 0.54
HSL 58.67º 0.24% 0.37% -
HSV(B) 58.67º 0.38% 0.46% -
XYZ 15.04 17.06 8.8 -
YUV 112.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 118 117 73 0 0.01 0.38 0.54 58.67 0.24 0.37
Hex 76 75 49 0 1 26 36 3B 18 25
Octal 166 165 111 0 1 46 66 73 30 45
Binary 1110110 1110101 1001001 0 1 100110 110110 111011 11000 100101

Color Harmonies of #767549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767549

Black with #767549

Text Example


Text Example

White with #767549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767549; }

 p { color: rgb(118,117,73); }

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

background-color css

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

 a { background-color: rgb(118,117,73); }

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

border-color css

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

 span { border-color: rgb(118,117,73); }

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