Html Css Color HEX #767541 Hemlock

📋 copy color: '#767541'

red 118 ◦ green 117 ◦ blue 65

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

Shades of Hemlock #767541

Tints of Hemlock #767541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 39.33%
G = 39%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#767541 (or 0x767541) is known color: Hemlock. HEX triplet: 76, 75 and 41. RGB value is (118,117,65). Sum of RGB (Red+Green+Blue) = 118+117+65=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #767541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767541 is #898ABE. Grayscale: #6F6F6F. Windows color (decimal): -9013951 or 4289910. OLE color: 4289910.

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

Color convert

RGB 118 117 65 -
CMYK 0 0.01 0.45 0.54
HSL 58.87º 0.29% 0.36% -
HSV(B) 58.87º 0.45% 0.46% -
XYZ 14.79 16.96 7.49 -
YUV 111.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 118 117 65 0 0.01 0.45 0.54 58.87 0.29 0.36
Hex 76 75 41 0 1 2D 36 3B 1D 24
Octal 166 165 101 0 1 55 66 73 35 44
Binary 1110110 1110101 1000001 0 1 101101 110110 111011 11101 100100

Color Harmonies of #767541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767541

Black with #767541

Text Example


Text Example

White with #767541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767541; }

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

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

background-color css

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

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

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

border-color css

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

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

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