Html Css Color HEX #7F5B72 Cosmic

📋 copy color: '#7F5B72'

red 127 ◦ green 91 ◦ blue 114

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

Shades of Cosmic #7F5B72

Tints of Cosmic #7F5B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

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

R = 38.25%
G = 27.41%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F5B72 (or 0x7F5B72) is known color: Cosmic. HEX triplet: 7F, 5B and 72. RGB value is (127,91,114). Sum of RGB (Red+Green+Blue) = 127+91+114=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5B72 is #80A48D. Grayscale: #686868. Windows color (decimal): -8430734 or 7494527. OLE color: 7494527.

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

Color convert

RGB 127 91 114 -
CMYK 0 0.28 0.10 0.50
HSL 321.67º 0.17% 0.43% -
HSV(B) 321.67º 0.28% 0.5% -
XYZ 15.53 13.21 17.65 -
YUV 104.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 127 91 114 0 0.28 0.10 0.50 321.67 0.17 0.43
Hex 7F 5B 72 0 1C A 32 142 11 2B
Octal 177 133 162 0 34 12 62 502 21 53
Binary 1111111 1011011 1110010 0 11100 1010 110010 101000010 10001 101011

Color Harmonies of #7F5B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5B72

Black with #7F5B72

Text Example


Text Example

White with #7F5B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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