Html Css Color HEX #715265 Cosmic

📋 copy color: '#715265'

red 113 ◦ green 82 ◦ blue 101

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

Shades of Cosmic #715265

Tints of Cosmic #715265

RGB

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

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

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

R = 38.18%
G = 27.7%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#715265 (or 0x715265) is known color: Cosmic. HEX triplet: 71, 52 and 65. RGB value is (113,82,101). Sum of RGB (Red+Green+Blue) = 113+82+101=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #715265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715265 is #8EAD9A. Grayscale: #5D5D5D. Windows color (decimal): -9350555 or 6640241. OLE color: 6640241.

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

Color convert

RGB 113 82 101 -
CMYK 0 0.27 0.11 0.56
HSL 323.23º 0.16% 0.38% -
HSV(B) 323.23º 0.27% 0.44% -
XYZ 12.18 10.48 13.69 -
YUV 93.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 113 82 101 0 0.27 0.11 0.56 323.23 0.16 0.38
Hex 71 52 65 0 1B B 38 143 10 26
Octal 161 122 145 0 33 13 70 503 20 46
Binary 1110001 1010010 1100101 0 11011 1011 111000 101000011 10000 100110

Color Harmonies of #715265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715265

Black with #715265

Text Example


Text Example

White with #715265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715265; }

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

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

background-color css

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

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

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

border-color css

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

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

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