Html Css Color HEX #7F515E Cosmic

📋 copy color: '#7F515E'

red 127 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #7F515E

Tints of Cosmic #7F515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.82%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 42.05%
G = 26.82%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F515E (or 0x7F515E) is known color: Cosmic. HEX triplet: 7F, 51 and 5E. RGB value is (127,81,94). Sum of RGB (Red+Green+Blue) = 127+81+94=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F515E is #80AEA1. Grayscale: #606060. Windows color (decimal): -8433314 or 6181247. OLE color: 6181247.

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

Color convert

RGB 127 81 94 -
CMYK 0 0.36 0.26 0.50
HSL 343.04º 0.22% 0.41% -
HSV(B) 343.04º 0.36% 0.5% -
XYZ 13.72 11.21 12.03 -
YUV 96.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 127 81 94 0 0.36 0.26 0.50 343.04 0.22 0.41
Hex 7F 51 5E 0 24 1A 32 157 16 29
Octal 177 121 136 0 44 32 62 527 26 51
Binary 1111111 1010001 1011110 0 100100 11010 110010 101010111 10110 101001

Color Harmonies of #7F515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F515E

Black with #7F515E

Text Example


Text Example

White with #7F515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,94); }

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

background-color css

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

 a { background-color: rgb(127,81,94); }

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

border-color css

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

 span { border-color: rgb(127,81,94); }

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