Html Css Color HEX #715A68 Cosmic

📋 copy color: '#715A68'

red 113 ◦ green 90 ◦ blue 104

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

Shades of Cosmic #715A68

Tints of Cosmic #715A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 36.81%
G = 29.32%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#715A68 (or 0x715A68) is known color: Cosmic. HEX triplet: 71, 5A and 68. RGB value is (113,90,104). Sum of RGB (Red+Green+Blue) = 113+90+104=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #715A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A68 is #8EA597. Grayscale: #626262. Windows color (decimal): -9348504 or 6838897. OLE color: 6838897.

HSL color Cylindrical-coordinate representation of color #715A68: hue angle of 323.48º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #715A68 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 90 104 -
CMYK 0 0.20 0.08 0.56
HSL 323.48º 0.11% 0.4% -
HSV(B) 323.48º 0.2% 0.44% -
XYZ 12.96 11.82 14.7 -
YUV 98.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 113 90 104 0 0.20 0.08 0.56 323.48 0.11 0.4
Hex 71 5A 68 0 14 8 38 143 B 28
Octal 161 132 150 0 24 10 70 503 13 50
Binary 1110001 1011010 1101000 0 10100 1000 111000 101000011 1011 101000

Color Harmonies of #715A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A68

Black with #715A68

Text Example


Text Example

White with #715A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715A68; }

 p { color: rgb(113,90,104); }

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

background-color css

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

 a { background-color: rgb(113,90,104); }

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

border-color css

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

 span { border-color: rgb(113,90,104); }

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