Html Css Color HEX #715865 Cosmic

📋 copy color: '#715865'

red 113 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #715865

Tints of Cosmic #715865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 37.42%
G = 29.14%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#715865 (or 0x715865) is known color: Cosmic. HEX triplet: 71, 58 and 65. RGB value is (113,88,101). Sum of RGB (Red+Green+Blue) = 113+88+101=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #715865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715865 is #8EA79A. Grayscale: #606060. Windows color (decimal): -9349019 or 6641777. OLE color: 6641777.

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

Color convert

RGB 113 88 101 -
CMYK 0 0.22 0.11 0.56
HSL 328.8º 0.12% 0.39% -
HSV(B) 328.8º 0.22% 0.44% -
XYZ 12.65 11.43 13.85 -
YUV 96.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 113 88 101 0 0.22 0.11 0.56 328.8 0.12 0.39
Hex 71 58 65 0 16 B 38 149 C 27
Octal 161 130 145 0 26 13 70 511 14 47
Binary 1110001 1011000 1100101 0 10110 1011 111000 101001001 1100 100111

Color Harmonies of #715865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715865

Black with #715865

Text Example


Text Example

White with #715865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715865; }

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

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

background-color css

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

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

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

border-color css

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

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

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