Html Css Color HEX #614758 Liver

📋 copy color: '#614758'

red 97 ◦ green 71 ◦ blue 88

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

Shades of Liver #614758

Tints of Liver #614758

RGB

 RED value IS 97 (38.28% from 255) = 37.89%

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

 BLUE value IS 88 (34.77% from 255) = 34.38%

R = 37.89%
G = 27.73%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#614758 (or 0x614758) is known color: Liver. HEX triplet: 61, 47 and 58. RGB value is (97,71,88). Sum of RGB (Red+Green+Blue) = 97+71+88=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #614758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614758 is #9EB8A7. Grayscale: #505050. Windows color (decimal): -10401960 or 5785441. OLE color: 5785441.

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

Color convert

RGB 97 71 88 -
CMYK 0 0.27 0.09 0.62
HSL 320.77º 0.15% 0.33% -
HSV(B) 320.77º 0.27% 0.38% -
XYZ 8.94 7.75 10.26 -
YUV 80.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 97 71 88 0 0.27 0.09 0.62 320.77 0.15 0.33
Hex 61 47 58 0 1B 9 3E 141 F 21
Octal 141 107 130 0 33 11 76 501 17 41
Binary 1100001 1000111 1011000 0 11011 1001 111110 101000001 1111 100001

Color Harmonies of #614758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614758

Black with #614758

Text Example


Text Example

White with #614758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614758; }

 p { color: rgb(97,71,88); }

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

background-color css

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

 a { background-color: rgb(97,71,88); }

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

border-color css

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

 span { border-color: rgb(97,71,88); }

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