Html Css Color HEX #71505E Cosmic

📋 copy color: '#71505E'

red 113 ◦ green 80 ◦ blue 94

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

Shades of Cosmic #71505E

Tints of Cosmic #71505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 39.37%
G = 27.87%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71505E (or 0x71505E) is known color: Cosmic. HEX triplet: 71, 50 and 5E. RGB value is (113,80,94). Sum of RGB (Red+Green+Blue) = 113+80+94=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71505E is #8EAFA1. Grayscale: #5B5B5B. Windows color (decimal): -9351074 or 6180977. OLE color: 6180977.

HSL color Cylindrical-coordinate representation of color #71505E: hue angle of 334.55º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71505E is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 80 94 -
CMYK 0 0.29 0.17 0.56
HSL 334.55º 0.17% 0.38% -
HSV(B) 334.55º 0.29% 0.44% -
XYZ 11.7 10.06 11.91 -
YUV 91.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 113 80 94 0 0.29 0.17 0.56 334.55 0.17 0.38
Hex 71 50 5E 0 1D 11 38 14F 11 26
Octal 161 120 136 0 35 21 70 517 21 46
Binary 1110001 1010000 1011110 0 11101 10001 111000 101001111 10001 100110

Color Harmonies of #71505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71505E

Black with #71505E

Text Example


Text Example

White with #71505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71505E; }

 p { color: rgb(113,80,94); }

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

background-color css

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

 a { background-color: rgb(113,80,94); }

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

border-color css

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

 span { border-color: rgb(113,80,94); }

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