Html Css Color HEX #757548 Hemlock

📋 copy color: '#757548'

red 117 ◦ green 117 ◦ blue 72

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

Shades of Hemlock #757548

Tints of Hemlock #757548

RGB

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

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

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

R = 38.24%
G = 38.24%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#757548 (or 0x757548) is known color: Hemlock. HEX triplet: 75, 75 and 48. RGB value is (117,117,72). Sum of RGB (Red+Green+Blue) = 117+117+72=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757548 is #8A8AB7. Grayscale: #707070. Windows color (decimal): -9079480 or 4748661. OLE color: 4748661.

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

Color convert

RGB 117 117 72 -
CMYK 0 0 0.38 0.54
HSL 60º 0.24% 0.37% -
HSV(B) 60º 0.38% 0.46% -
XYZ 14.87 16.97 8.62 -
YUV 111.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 117 117 72 0 0 0.38 0.54 60 0.24 0.37
Hex 75 75 48 0 0 26 36 3C 18 25
Octal 165 165 110 0 0 46 66 74 30 45
Binary 1110101 1110101 1001000 0 0 100110 110110 111100 11000 100101

Color Harmonies of #757548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757548

Black with #757548

Text Example


Text Example

White with #757548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757548; }

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

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

background-color css

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

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

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

border-color css

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

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

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