Html Css Color HEX #767546 Hemlock

📋 copy color: '#767546'

red 118 ◦ green 117 ◦ blue 70

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

Shades of Hemlock #767546

Tints of Hemlock #767546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 38.69%
G = 38.36%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#767546 (or 0x767546) is known color: Hemlock. HEX triplet: 76, 75 and 46. RGB value is (118,117,70). Sum of RGB (Red+Green+Blue) = 118+117+70=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #767546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767546 is #898AB9. Grayscale: #707070. Windows color (decimal): -9013946 or 4617590. OLE color: 4617590.

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

Color convert

RGB 118 117 70 -
CMYK 0 0.01 0.41 0.54
HSL 58.75º 0.26% 0.37% -
HSV(B) 58.75º 0.41% 0.46% -
XYZ 14.94 17.02 8.29 -
YUV 111.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 118 117 70 0 0.01 0.41 0.54 58.75 0.26 0.37
Hex 76 75 46 0 1 29 36 3B 1A 25
Octal 166 165 106 0 1 51 66 73 32 45
Binary 1110110 1110101 1000110 0 1 101001 110110 111011 11010 100101

Color Harmonies of #767546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767546

Black with #767546

Text Example


Text Example

White with #767546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767546; }

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

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

background-color css

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

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

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

border-color css

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

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

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