Html Css Color HEX #767740 Hemlock

📋 copy color: '#767740'

red 118 ◦ green 119 ◦ blue 64

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

Shades of Hemlock #767740

Tints of Hemlock #767740

RGB

 RED value IS 118 (46.48% from 255) = 39.2%

 GREEN value IS 119 (46.88% from 255) = 39.53%

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

R = 39.2%
G = 39.53%
B = 21.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#767740 (or 0x767740) is known color: Hemlock. HEX triplet: 76, 77 and 40. RGB value is (118,119,64). Sum of RGB (Red+Green+Blue) = 118+119+64=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #767740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767740 is #8988BF. Grayscale: #707070. Windows color (decimal): -9013440 or 4224886. OLE color: 4224886.

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

Color convert

RGB 118 119 64 -
CMYK 0.01 0 0.46 0.53
HSL 61.09º 0.3% 0.36% -
HSV(B) 61.09º 0.46% 0.47% -
XYZ 14.99 17.42 7.42 -
YUV 112.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 118 119 64 0.01 0 0.46 0.53 61.09 0.3 0.36
Hex 76 77 40 1 0 2E 35 3D 1E 24
Octal 166 167 100 1 0 56 65 75 36 44
Binary 1110110 1110111 1000000 1 0 101110 110101 111101 11110 100100

Color Harmonies of #767740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767740

Black with #767740

Text Example


Text Example

White with #767740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767740; }

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

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

background-color css

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

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

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

border-color css

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

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

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