Html Css Color HEX #715064 Cosmic

📋 copy color: '#715064'

red 113 ◦ green 80 ◦ blue 100

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

Shades of Cosmic #715064

Tints of Cosmic #715064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

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

R = 38.57%
G = 27.3%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#715064 (or 0x715064) is known color: Cosmic. HEX triplet: 71, 50 and 64. RGB value is (113,80,100). Sum of RGB (Red+Green+Blue) = 113+80+100=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #715064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715064 is #8EAF9B. Grayscale: #5C5C5C. Windows color (decimal): -9351068 or 6574193. OLE color: 6574193.

HSL color Cylindrical-coordinate representation of color #715064: hue angle of 323.64º 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 #715064 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 80 100 -
CMYK 0 0.29 0.12 0.56
HSL 323.64º 0.17% 0.38% -
HSV(B) 323.64º 0.29% 0.44% -
XYZ 11.98 10.17 13.39 -
YUV 92.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 113 80 100 0 0.29 0.12 0.56 323.64 0.17 0.38
Hex 71 50 64 0 1D C 38 144 11 26
Octal 161 120 144 0 35 14 70 504 21 46
Binary 1110001 1010000 1100100 0 11101 1100 111000 101000100 10001 100110

Color Harmonies of #715064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715064

Black with #715064

Text Example


Text Example

White with #715064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715064; }

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

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

background-color css

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

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

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

border-color css

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

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

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