Html Css Color HEX #715065 Cosmic

📋 copy color: '#715065'

red 113 ◦ green 80 ◦ blue 101

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

Shades of Cosmic #715065

Tints of Cosmic #715065

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 value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#715065 (or 0x715065) is known color: 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

RGB 113 80 101 -
CMYK 0 0.29 0.11 0.56
HSL 321.82º 0.17% 0.38% -
HSV(B) 321.82º 0.29% 0.44% -
XYZ 12.03 10.19 13.64 -
YUV 92.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 113 80 101 0 0.29 0.11 0.56 321.82 0.17 0.38
Hex 71 50 65 0 1D B 38 142 11 26
Octal 161 120 145 0 35 13 70 502 21 46
Binary 1110001 1010000 1100101 0 11101 1011 111000 101000010 10001 100110

Color Harmonies of #715065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715065

Black with #715065

Text Example


Text Example

White with #715065

Text Example


Text Example

HTML Codes & Css Web 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>