Html Css Color HEX #7F5970 Cosmic

📋 copy color: '#7F5970'

red 127 ◦ green 89 ◦ blue 112

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

Shades of Cosmic #7F5970

Tints of Cosmic #7F5970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 38.72%
G = 27.13%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#7F5970 (or 0x7F5970) is known color: Cosmic. HEX triplet: 7F, 59 and 70. RGB value is (127,89,112). Sum of RGB (Red+Green+Blue) = 127+89+112=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5970 is #80A68F. Grayscale: #666666. Windows color (decimal): -8431248 or 7362943. OLE color: 7362943.

HSL color Cylindrical-coordinate representation of color #7F5970: hue angle of 323.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F5970 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 89 112 -
CMYK 0 0.30 0.12 0.50
HSL 323.68º 0.18% 0.42% -
HSV(B) 323.68º 0.3% 0.5% -
XYZ 15.25 12.83 17 -
YUV 102.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 127 89 112 0 0.30 0.12 0.50 323.68 0.18 0.42
Hex 7F 59 70 0 1E C 32 144 12 2A
Octal 177 131 160 0 36 14 62 504 22 52
Binary 1111111 1011001 1110000 0 11110 1100 110010 101000100 10010 101010

Color Harmonies of #7F5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5970

Black with #7F5970

Text Example


Text Example

White with #7F5970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,112); }

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

background-color css

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

 a { background-color: rgb(127,89,112); }

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

border-color css

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

 span { border-color: rgb(127,89,112); }

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