Html Css Color HEX #7F4C5B Cosmic

📋 copy color: '#7F4C5B'

red 127 ◦ green 76 ◦ blue 91

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

Shades of Cosmic #7F4C5B

Tints of Cosmic #7F4C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.85%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 43.2%
G = 25.85%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F4C5B (or 0x7F4C5B) is known color: Cosmic. HEX triplet: 7F, 4C and 5B. RGB value is (127,76,91). Sum of RGB (Red+Green+Blue) = 127+76+91=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4C5B is #80B3A4. Grayscale: #5C5C5C. Windows color (decimal): -8434597 or 5983359. OLE color: 5983359.

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

Color convert

RGB 127 76 91 -
CMYK 0 0.40 0.28 0.50
HSL 342.35º 0.25% 0.4% -
HSV(B) 342.35º 0.4% 0.5% -
XYZ 13.23 10.44 11.21 -
YUV 92.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 127 76 91 0 0.40 0.28 0.50 342.35 0.25 0.4
Hex 7F 4C 5B 0 28 1C 32 156 19 28
Octal 177 114 133 0 50 34 62 526 31 50
Binary 1111111 1001100 1011011 0 101000 11100 110010 101010110 11001 101000

Color Harmonies of #7F4C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4C5B

Black with #7F4C5B

Text Example


Text Example

White with #7F4C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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