Html Css Color HEX #715360 Cosmic

📋 copy color: '#715360'

red 113 ◦ green 83 ◦ blue 96

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

Shades of Cosmic #715360

Tints of Cosmic #715360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 38.7%
G = 28.42%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#715360 (or 0x715360) is known color: Cosmic. HEX triplet: 71, 53 and 60. RGB value is (113,83,96). Sum of RGB (Red+Green+Blue) = 113+83+96=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #715360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715360 is #8EAC9F. Grayscale: #5D5D5D. Windows color (decimal): -9350304 or 6312817. OLE color: 6312817.

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

Color convert

RGB 113 83 96 -
CMYK 0 0.27 0.15 0.56
HSL 334º 0.15% 0.38% -
HSV(B) 334º 0.27% 0.44% -
XYZ 12.01 10.54 12.47 -
YUV 93.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 113 83 96 0 0.27 0.15 0.56 334 0.15 0.38
Hex 71 53 60 0 1B F 38 14E F 26
Octal 161 123 140 0 33 17 70 516 17 46
Binary 1110001 1010011 1100000 0 11011 1111 111000 101001110 1111 100110

Color Harmonies of #715360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715360

Black with #715360

Text Example


Text Example

White with #715360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715360; }

 p { color: rgb(113,83,96); }

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

background-color css

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

 a { background-color: rgb(113,83,96); }

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

border-color css

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

 span { border-color: rgb(113,83,96); }

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