Html Css Color HEX #757640 Hemlock

📋 copy color: '#757640'

red 117 ◦ green 118 ◦ blue 64

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

Shades of Hemlock #757640

Tints of Hemlock #757640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 39.13%
G = 39.46%
B = 21.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#757640 (or 0x757640) is known color: Hemlock. HEX triplet: 75, 76 and 40. RGB value is (117,118,64). Sum of RGB (Red+Green+Blue) = 117+118+64=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #757640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757640 is #8A89BF. Grayscale: #6F6F6F. Windows color (decimal): -9079232 or 4224629. OLE color: 4224629.

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

Color convert

RGB 117 118 64 -
CMYK 0.01 0 0.46 0.54
HSL 61.11º 0.3% 0.36% -
HSV(B) 61.11º 0.46% 0.46% -
XYZ 14.74 17.11 7.38 -
YUV 111.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 117 118 64 0.01 0 0.46 0.54 61.11 0.3 0.36
Hex 75 76 40 1 0 2E 36 3D 1E 24
Octal 165 166 100 1 0 56 66 75 36 44
Binary 1110101 1110110 1000000 1 0 101110 110110 111101 11110 100100

Color Harmonies of #757640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757640

Black with #757640

Text Example


Text Example

White with #757640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757640; }

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

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

background-color css

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

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

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

border-color css

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

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

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