#715065

Color #715065 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #715065

Tints of Cosmic #715065

Color information

#715065 (or 0x715065) is unknown color: approx Cosmic. HEX triplet: 71, 50 and 65. RGB value is (113,80,101). Sum of RGB (Red+Green+Blue) = 113+80+101=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #715065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715065 is #8EAF9A. Grayscale: #5C5C5C. Windows color (decimal): -9351067 or 6639729. OLE color: 6639729.

HSL color Cylindrical-coordinate representation of color #715065: hue angle of 321.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715065 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11380101-
CMYK00.290.110.56
HSL321.82º17.1%37.84%-
HSV(B)321.82º29.2%44.31%-
XYZ12.0310.1913.64-
YUV92.26132.93142.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=38.44%
G=27.21%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138010100.290.110.56321.8217.137.84
Hex71506501DB381421126
Octal16112014503513705022146
Binary111000110100001100101011101101111100010100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715065; }

 p { color: rgb(113,80,101); }

 H1.HeaderClassName
 {
   color: #715065;
 }
 .AnyTagClassName
 {
   color: #715065;
 }
</style>
background-color css

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

 a { background-color: rgb(113,80,101); }

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

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

 span { border-color: rgb(113,80,101); }

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