Html Css Color HEX #7F5F71 Cosmic

📋 copy color: '#7F5F71'

red 127 ◦ green 95 ◦ blue 113

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

Shades of Cosmic #7F5F71

Tints of Cosmic #7F5F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 37.91%
G = 28.36%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F5F71 (or 0x7F5F71) is known color: Cosmic. HEX triplet: 7F, 5F and 71. RGB value is (127,95,113). Sum of RGB (Red+Green+Blue) = 127+95+113=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F71 is #80A08E. Grayscale: #6A6A6A. Windows color (decimal): -8429711 or 7430015. OLE color: 7430015.

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

Color convert

RGB 127 95 113 -
CMYK 0 0.25 0.11 0.50
HSL 326.25º 0.14% 0.44% -
HSV(B) 326.25º 0.25% 0.5% -
XYZ 15.83 13.89 17.47 -
YUV 106.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 127 95 113 0 0.25 0.11 0.50 326.25 0.14 0.44
Hex 7F 5F 71 0 19 B 32 146 E 2C
Octal 177 137 161 0 31 13 62 506 16 54
Binary 1111111 1011111 1110001 0 11001 1011 110010 101000110 1110 101100

Color Harmonies of #7F5F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5F71

Black with #7F5F71

Text Example


Text Example

White with #7F5F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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