Html Css Color HEX #715266 Cosmic

📋 copy color: '#715266'

red 113 ◦ green 82 ◦ blue 102

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

Shades of Cosmic #715266

Tints of Cosmic #715266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 38.05%
G = 27.61%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#715266 (or 0x715266) is known color: Cosmic. HEX triplet: 71, 52 and 66. RGB value is (113,82,102). Sum of RGB (Red+Green+Blue) = 113+82+102=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #715266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715266 is #8EAD99. Grayscale: #5D5D5D. Windows color (decimal): -9350554 or 6705777. OLE color: 6705777.

HSL color Cylindrical-coordinate representation of color #715266: hue angle of 321.29º degrees, saturation: 0.16, 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 #715266 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 102 -
CMYK 0 0.27 0.10 0.56
HSL 321.29º 0.16% 0.38% -
HSV(B) 321.29º 0.27% 0.44% -
XYZ 12.23 10.5 13.95 -
YUV 93.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 113 82 102 0 0.27 0.10 0.56 321.29 0.16 0.38
Hex 71 52 66 0 1B A 38 141 10 26
Octal 161 122 146 0 33 12 70 501 20 46
Binary 1110001 1010010 1100110 0 11011 1010 111000 101000001 10000 100110

Color Harmonies of #715266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715266

Black with #715266

Text Example


Text Example

White with #715266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715266; }

 p { color: rgb(113,82,102); }

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

background-color css

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

 a { background-color: rgb(113,82,102); }

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

border-color css

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

 span { border-color: rgb(113,82,102); }

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