Html Css Color HEX #757345 Hemlock

📋 copy color: '#757345'

red 117 ◦ green 115 ◦ blue 69

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

Shades of Hemlock #757345

Tints of Hemlock #757345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 38.87%
G = 38.21%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#757345 (or 0x757345) is known color: Hemlock. HEX triplet: 75, 73 and 45. RGB value is (117,115,69). Sum of RGB (Red+Green+Blue) = 117+115+69=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #757345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757345 is #8A8CBA. Grayscale: #6E6E6E. Windows color (decimal): -9079995 or 4551541. OLE color: 4551541.

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

Color convert

RGB 117 115 69 -
CMYK 0 0.02 0.41 0.54
HSL 57.5º 0.26% 0.36% -
HSV(B) 57.5º 0.41% 0.46% -
XYZ 14.54 16.47 8.04 -
YUV 110.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 117 115 69 0 0.02 0.41 0.54 57.5 0.26 0.36
Hex 75 73 45 0 2 29 36 3A 1A 24
Octal 165 163 105 0 2 51 66 72 32 44
Binary 1110101 1110011 1000101 0 10 101001 110110 111010 11010 100100

Color Harmonies of #757345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757345

Black with #757345

Text Example


Text Example

White with #757345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757345; }

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

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

background-color css

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

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

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

border-color css

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

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

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