Html Css Color HEX #715466 Cosmic

📋 copy color: '#715466'

red 113 ◦ green 84 ◦ blue 102

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

Shades of Cosmic #715466

Tints of Cosmic #715466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 37.79%
G = 28.09%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#715466 (or 0x715466) is known color: Cosmic. HEX triplet: 71, 54 and 66. RGB value is (113,84,102). Sum of RGB (Red+Green+Blue) = 113+84+102=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715466 is #8EAB99. Grayscale: #5E5E5E. Windows color (decimal): -9350042 or 6706289. OLE color: 6706289.

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

Color convert

RGB 113 84 102 -
CMYK 0 0.26 0.10 0.56
HSL 322.76º 0.15% 0.39% -
HSV(B) 322.76º 0.26% 0.44% -
XYZ 12.38 10.81 14 -
YUV 94.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 113 84 102 0 0.26 0.10 0.56 322.76 0.15 0.39
Hex 71 54 66 0 1A A 38 143 F 27
Octal 161 124 146 0 32 12 70 503 17 47
Binary 1110001 1010100 1100110 0 11010 1010 111000 101000011 1111 100111

Color Harmonies of #715466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715466

Black with #715466

Text Example


Text Example

White with #715466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715466; }

 p { color: rgb(113,84,102); }

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

background-color css

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

 a { background-color: rgb(113,84,102); }

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

border-color css

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

 span { border-color: rgb(113,84,102); }

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