Html Css Color HEX #604757 Liver

📋 copy color: '#604757'

red 96 ◦ green 71 ◦ blue 87

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

Shades of Liver #604757

Tints of Liver #604757

RGB

 RED value IS 96 (37.89% from 255) = 37.8%

 GREEN value IS 71 (28.13% from 255) = 27.95%

 BLUE value IS 87 (34.38% from 255) = 34.25%

R = 37.8%
G = 27.95%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#604757 (or 0x604757) is known color: Liver. HEX triplet: 60, 47 and 57. RGB value is (96,71,87). Sum of RGB (Red+Green+Blue) = 96+71+87=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604757 is #9FB8A8. Grayscale: #505050. Windows color (decimal): -10467497 or 5719904. OLE color: 5719904.

HSL color Cylindrical-coordinate representation of color #604757: hue angle of 321.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #604757 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 87 -
CMYK 0 0.26 0.09 0.62
HSL 321.6º 0.15% 0.33% -
HSV(B) 321.6º 0.26% 0.38% -
XYZ 8.8 7.68 10.04 -
YUV 80.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 96 71 87 0 0.26 0.09 0.62 321.6 0.15 0.33
Hex 60 47 57 0 1A 9 3E 142 F 21
Octal 140 107 127 0 32 11 76 502 17 41
Binary 1100000 1000111 1010111 0 11010 1001 111110 101000010 1111 100001

Color Harmonies of #604757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604757

Black with #604757

Text Example


Text Example

White with #604757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604757; }

 p { color: rgb(96,71,87); }

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

background-color css

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

 a { background-color: rgb(96,71,87); }

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

border-color css

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

 span { border-color: rgb(96,71,87); }

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