Html Css Color HEX #714060 Cosmic

📋 copy color: '#714060'

red 113 ◦ green 64 ◦ blue 96

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

Shades of Cosmic #714060

Tints of Cosmic #714060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 41.39%
G = 23.44%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#714060 (or 0x714060) is known color: Cosmic. HEX triplet: 71, 40 and 60. RGB value is (113,64,96). Sum of RGB (Red+Green+Blue) = 113+64+96=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #714060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714060 is #8EBF9F. Grayscale: #525252. Windows color (decimal): -9355168 or 6307953. OLE color: 6307953.

HSL color Cylindrical-coordinate representation of color #714060: hue angle of 320.82º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714060 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 96 -
CMYK 0 0.43 0.15 0.56
HSL 320.82º 0.28% 0.35% -
HSV(B) 320.82º 0.43% 0.44% -
XYZ 10.75 8.02 12.05 -
YUV 82.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 113 64 96 0 0.43 0.15 0.56 320.82 0.28 0.35
Hex 71 40 60 0 2B F 38 141 1C 23
Octal 161 100 140 0 53 17 70 501 34 43
Binary 1110001 1000000 1100000 0 101011 1111 111000 101000001 11100 100011

Color Harmonies of #714060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714060

Black with #714060

Text Example


Text Example

White with #714060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714060; }

 p { color: rgb(113,64,96); }

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

background-color css

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

 a { background-color: rgb(113,64,96); }

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

border-color css

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

 span { border-color: rgb(113,64,96); }

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