Html Css Color HEX #71525C Cosmic

📋 copy color: '#71525C'

red 113 ◦ green 82 ◦ blue 92

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

Shades of Cosmic #71525C

Tints of Cosmic #71525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 39.37%
G = 28.57%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71525C (or 0x71525C) is known color: Cosmic. HEX triplet: 71, 52 and 5C. RGB value is (113,82,92). Sum of RGB (Red+Green+Blue) = 113+82+92=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71525C is #8EADA3. Grayscale: #5C5C5C. Windows color (decimal): -9350564 or 6050417. OLE color: 6050417.

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

Color convert

RGB 113 82 92 -
CMYK 0 0.27 0.19 0.56
HSL 340.65º 0.16% 0.38% -
HSV(B) 340.65º 0.27% 0.44% -
XYZ 11.76 10.32 11.5 -
YUV 92.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 113 82 92 0 0.27 0.19 0.56 340.65 0.16 0.38
Hex 71 52 5C 0 1B 13 38 155 10 26
Octal 161 122 134 0 33 23 70 525 20 46
Binary 1110001 1010010 1011100 0 11011 10011 111000 101010101 10000 100110

Color Harmonies of #71525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71525C

Black with #71525C

Text Example


Text Example

White with #71525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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