Html Css Color HEX #757646 Hemlock

📋 copy color: '#757646'

red 117 ◦ green 118 ◦ blue 70

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

Shades of Hemlock #757646

Tints of Hemlock #757646

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 117 118 70 -
CMYK 0.01 0 0.41 0.54
HSL 61.25º 0.26% 0.37% -
HSV(B) 61.25º 0.41% 0.46% -
XYZ 14.92 17.18 8.32 -
YUV 112.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 117 118 70 0.01 0 0.41 0.54 61.25 0.26 0.37
Hex 75 76 46 1 0 29 36 3D 1A 25
Octal 165 166 106 1 0 51 66 75 32 45
Binary 1110101 1110110 1000110 1 0 101001 110110 111101 11010 100101

Color Harmonies of #757646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757646

Black with #757646

Text Example


Text Example

White with #757646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757646; }

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

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

background-color css

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

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

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

border-color css

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

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

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