Html Css Color HEX #767545 Hemlock

📋 copy color: '#767545'

red 118 ◦ green 117 ◦ blue 69

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

Shades of Hemlock #767545

Tints of Hemlock #767545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 38.82%
G = 38.49%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#767545 (or 0x767545) is known color: Hemlock. HEX triplet: 76, 75 and 45. RGB value is (118,117,69). Sum of RGB (Red+Green+Blue) = 118+117+69=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #767545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767545 is #898ABA. Grayscale: #707070. Windows color (decimal): -9013947 or 4552054. OLE color: 4552054.

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

Color convert

RGB 118 117 69 -
CMYK 0 0.01 0.42 0.54
HSL 58.78º 0.26% 0.37% -
HSV(B) 58.78º 0.42% 0.46% -
XYZ 14.91 17 8.13 -
YUV 111.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 118 117 69 0 0.01 0.42 0.54 58.78 0.26 0.37
Hex 76 75 45 0 1 2A 36 3B 1A 25
Octal 166 165 105 0 1 52 66 73 32 45
Binary 1110110 1110101 1000101 0 1 101010 110110 111011 11010 100101

Color Harmonies of #767545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767545

Black with #767545

Text Example


Text Example

White with #767545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767545; }

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

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

background-color css

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

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

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

border-color css

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

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

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