Html Css Color HEX #714363 Cosmic

📋 copy color: '#714363'

red 113 ◦ green 67 ◦ blue 99

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

Shades of Cosmic #714363

Tints of Cosmic #714363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 40.5%
G = 24.01%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#714363 (or 0x714363) is known color: Cosmic. HEX triplet: 71, 43 and 63. RGB value is (113,67,99). Sum of RGB (Red+Green+Blue) = 113+67+99=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714363 is #8EBC9C. Grayscale: #545454. Windows color (decimal): -9354397 or 6505329. OLE color: 6505329.

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

Color convert

RGB 113 67 99 -
CMYK 0 0.41 0.12 0.56
HSL 318.26º 0.26% 0.35% -
HSV(B) 318.26º 0.41% 0.44% -
XYZ 11.07 8.43 12.85 -
YUV 84.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 113 67 99 0 0.41 0.12 0.56 318.26 0.26 0.35
Hex 71 43 63 0 29 C 38 13E 1A 23
Octal 161 103 143 0 51 14 70 476 32 43
Binary 1110001 1000011 1100011 0 101001 1100 111000 100111110 11010 100011

Color Harmonies of #714363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714363

Black with #714363

Text Example


Text Example

White with #714363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714363; }

 p { color: rgb(113,67,99); }

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

background-color css

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

 a { background-color: rgb(113,67,99); }

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

border-color css

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

 span { border-color: rgb(113,67,99); }

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