Html Css Color HEX #7F5A72 Cosmic

📋 copy color: '#7F5A72'

red 127 ◦ green 90 ◦ blue 114

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

Shades of Cosmic #7F5A72

Tints of Cosmic #7F5A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 38.37%
G = 27.19%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F5A72 (or 0x7F5A72) is known color: Cosmic. HEX triplet: 7F, 5A and 72. RGB value is (127,90,114). Sum of RGB (Red+Green+Blue) = 127+90+114=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5A72 is #80A58D. Grayscale: #676767. Windows color (decimal): -8430990 or 7494271. OLE color: 7494271.

HSL color Cylindrical-coordinate representation of color #7F5A72: hue angle of 321.08º 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 #7F5A72 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 90 114 -
CMYK 0 0.29 0.10 0.50
HSL 321.08º 0.17% 0.43% -
HSV(B) 321.08º 0.29% 0.5% -
XYZ 15.45 13.04 17.62 -
YUV 103.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 127 90 114 0 0.29 0.10 0.50 321.08 0.17 0.43
Hex 7F 5A 72 0 1D A 32 141 11 2B
Octal 177 132 162 0 35 12 62 501 21 53
Binary 1111111 1011010 1110010 0 11101 1010 110010 101000001 10001 101011

Color Harmonies of #7F5A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5A72

Black with #7F5A72

Text Example


Text Example

White with #7F5A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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