Html Css Color HEX #767548 Hemlock

📋 copy color: '#767548'

red 118 ◦ green 117 ◦ blue 72

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

Shades of Hemlock #767548

Tints of Hemlock #767548

RGB

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

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

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

R = 38.44%
G = 38.11%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#767548 (or 0x767548) is known color: Hemlock. HEX triplet: 76, 75 and 48. RGB value is (118,117,72). Sum of RGB (Red+Green+Blue) = 118+117+72=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #767548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767548 is #898AB7. Grayscale: #707070. Windows color (decimal): -9013944 or 4748662. OLE color: 4748662.

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

Color convert

RGB 118 117 72 -
CMYK 0 0.01 0.39 0.54
HSL 58.7º 0.24% 0.37% -
HSV(B) 58.7º 0.39% 0.46% -
XYZ 15 17.04 8.63 -
YUV 112.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 118 117 72 0 0.01 0.39 0.54 58.7 0.24 0.37
Hex 76 75 48 0 1 27 36 3B 18 25
Octal 166 165 110 0 1 47 66 73 30 45
Binary 1110110 1110101 1001000 0 1 100111 110110 111011 11000 100101

Color Harmonies of #767548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767548

Black with #767548

Text Example


Text Example

White with #767548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767548; }

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

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

background-color css

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

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

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

border-color css

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

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

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