Html Css Color HEX #714464 Cosmic

📋 copy color: '#714464'

red 113 ◦ green 68 ◦ blue 100

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

Shades of Cosmic #714464

Tints of Cosmic #714464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.2%

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 40.21%
G = 24.2%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#714464 (or 0x714464) is known color: Cosmic. HEX triplet: 71, 44 and 64. RGB value is (113,68,100). Sum of RGB (Red+Green+Blue) = 113+68+100=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #714464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714464 is #8EBB9B. Grayscale: #555555. Windows color (decimal): -9354140 or 6571121. OLE color: 6571121.

HSL color Cylindrical-coordinate representation of color #714464: hue angle of 317.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714464 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 100 -
CMYK 0 0.40 0.12 0.56
HSL 317.33º 0.25% 0.35% -
HSV(B) 317.33º 0.4% 0.44% -
XYZ 11.18 8.57 13.12 -
YUV 85.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 113 68 100 0 0.40 0.12 0.56 317.33 0.25 0.35
Hex 71 44 64 0 28 C 38 13D 19 23
Octal 161 104 144 0 50 14 70 475 31 43
Binary 1110001 1000100 1100100 0 101000 1100 111000 100111101 11001 100011

Color Harmonies of #714464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714464

Black with #714464

Text Example


Text Example

White with #714464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714464; }

 p { color: rgb(113,68,100); }

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

background-color css

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

 a { background-color: rgb(113,68,100); }

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

border-color css

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

 span { border-color: rgb(113,68,100); }

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