Html Css Color HEX #7F516B Cosmic

📋 copy color: '#7F516B'

red 127 ◦ green 81 ◦ blue 107

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

Shades of Cosmic #7F516B

Tints of Cosmic #7F516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 40.32%
G = 25.71%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F516B (or 0x7F516B) is known color: Cosmic. HEX triplet: 7F, 51 and 6B. RGB value is (127,81,107). Sum of RGB (Red+Green+Blue) = 127+81+107=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 127 - color contains mainly: red. Hex color #7F516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F516B is #80AE94. Grayscale: #616161. Windows color (decimal): -8433301 or 7033215. OLE color: 7033215.

HSL color Cylindrical-coordinate representation of color #7F516B: hue angle of 326.09º 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 #7F516B is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 81 107 -
CMYK 0 0.36 0.16 0.50
HSL 326.09º 0.22% 0.41% -
HSV(B) 326.09º 0.36% 0.5% -
XYZ 14.35 11.46 15.37 -
YUV 97.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 127 81 107 0 0.36 0.16 0.50 326.09 0.22 0.41
Hex 7F 51 6B 0 24 10 32 146 16 29
Octal 177 121 153 0 44 20 62 506 26 51
Binary 1111111 1010001 1101011 0 100100 10000 110010 101000110 10110 101001

Color Harmonies of #7F516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F516B

Black with #7F516B

Text Example


Text Example

White with #7F516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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