Html Css Color HEX #714E58 Cosmic

📋 copy color: '#714E58'

red 113 ◦ green 78 ◦ blue 88

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

Shades of Cosmic #714E58

Tints of Cosmic #714E58

RGB

 RED value IS 113 (44.53% from 255) = 40.5%

 GREEN value IS 78 (30.86% from 255) = 27.96%

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

R = 40.5%
G = 27.96%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#714E58 (or 0x714E58) is known color: Cosmic. HEX triplet: 71, 4E and 58. RGB value is (113,78,88). Sum of RGB (Red+Green+Blue) = 113+78+88=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E58 is #8EB1A7. Grayscale: #595959. Windows color (decimal): -9351592 or 5787249. OLE color: 5787249.

HSL color Cylindrical-coordinate representation of color #714E58: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #714E58 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 88 -
CMYK 0 0.31 0.22 0.56
HSL 342.86º 0.18% 0.37% -
HSV(B) 342.86º 0.31% 0.44% -
XYZ 11.3 9.66 10.5 -
YUV 89.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 113 78 88 0 0.31 0.22 0.56 342.86 0.18 0.37
Hex 71 4E 58 0 1F 16 38 157 12 25
Octal 161 116 130 0 37 26 70 527 22 45
Binary 1110001 1001110 1011000 0 11111 10110 111000 101010111 10010 100101

Color Harmonies of #714E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E58

Black with #714E58

Text Example


Text Example

White with #714E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714E58; }

 p { color: rgb(113,78,88); }

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

background-color css

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

 a { background-color: rgb(113,78,88); }

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

border-color css

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

 span { border-color: rgb(113,78,88); }

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