Html Css Color HEX #757648 Hemlock

📋 copy color: '#757648'

red 117 ◦ green 118 ◦ blue 72

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

Shades of Hemlock #757648

Tints of Hemlock #757648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 38.11%
G = 38.44%
B = 23.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#757648 (or 0x757648) is known color: Hemlock. HEX triplet: 75, 76 and 48. RGB value is (117,118,72). Sum of RGB (Red+Green+Blue) = 117+118+72=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #757648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757648 is #8A89B7. Grayscale: #707070. Windows color (decimal): -9079224 or 4748917. OLE color: 4748917.

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

Color convert

RGB 117 118 72 -
CMYK 0.01 0 0.39 0.54
HSL 61.3º 0.24% 0.37% -
HSV(B) 61.3º 0.39% 0.46% -
XYZ 14.98 17.21 8.66 -
YUV 112.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 117 118 72 0.01 0 0.39 0.54 61.3 0.24 0.37
Hex 75 76 48 1 0 27 36 3D 18 25
Octal 165 166 110 1 0 47 66 75 30 45
Binary 1110101 1110110 1001000 1 0 100111 110110 111101 11000 100101

Color Harmonies of #757648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757648

Black with #757648

Text Example


Text Example

White with #757648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757648; }

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

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

background-color css

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

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

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

border-color css

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

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

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