Html Css Color HEX #7F5A71 Cosmic

📋 copy color: '#7F5A71'

red 127 ◦ green 90 ◦ blue 113

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

Shades of Cosmic #7F5A71

Tints of Cosmic #7F5A71

RGB

 RED value IS 127 (50% from 255) = 38.48%

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

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 38.48%
G = 27.27%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F5A71 (or 0x7F5A71) is known color: Cosmic. HEX triplet: 7F, 5A and 71. RGB value is (127,90,113). Sum of RGB (Red+Green+Blue) = 127+90+113=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5A71 is #80A58E. Grayscale: #676767. Windows color (decimal): -8430991 or 7428735. OLE color: 7428735.

HSL color Cylindrical-coordinate representation of color #7F5A71: hue angle of 322.7º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F5A71 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 90 113 -
CMYK 0 0.29 0.11 0.50
HSL 322.7º 0.17% 0.43% -
HSV(B) 322.7º 0.29% 0.5% -
XYZ 15.39 13.02 17.32 -
YUV 103.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 127 90 113 0 0.29 0.11 0.50 322.7 0.17 0.43
Hex 7F 5A 71 0 1D B 32 143 11 2B
Octal 177 132 161 0 35 13 62 503 21 53
Binary 1111111 1011010 1110001 0 11101 1011 110010 101000011 10001 101011

Color Harmonies of #7F5A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5A71

Black with #7F5A71

Text Example


Text Example

White with #7F5A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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