Html Css Color HEX #7F505F Cosmic

📋 copy color: '#7F505F'

red 127 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #7F505F

Tints of Cosmic #7F505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 42.05%
G = 26.49%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F505F (or 0x7F505F) is known color: Cosmic. HEX triplet: 7F, 50 and 5F. RGB value is (127,80,95). Sum of RGB (Red+Green+Blue) = 127+80+95=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F505F is #80AFA0. Grayscale: #5F5F5F. Windows color (decimal): -8433569 or 6246527. OLE color: 6246527.

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

Color convert

RGB 127 80 95 -
CMYK 0 0.37 0.25 0.50
HSL 340.85º 0.23% 0.41% -
HSV(B) 340.85º 0.37% 0.5% -
XYZ 13.69 11.08 12.24 -
YUV 95.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 127 80 95 0 0.37 0.25 0.50 340.85 0.23 0.41
Hex 7F 50 5F 0 25 19 32 155 17 29
Octal 177 120 137 0 45 31 62 525 27 51
Binary 1111111 1010000 1011111 0 100101 11001 110010 101010101 10111 101001

Color Harmonies of #7F505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F505F

Black with #7F505F

Text Example


Text Example

White with #7F505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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