Html Css Color HEX #7F5F6F Cosmic

📋 copy color: '#7F5F6F'

red 127 ◦ green 95 ◦ blue 111

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

Shades of Cosmic #7F5F6F

Tints of Cosmic #7F5F6F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 38.14%
G = 28.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F5F6F (or 0x7F5F6F) is known color: Cosmic. HEX triplet: 7F, 5F and 6F. RGB value is (127,95,111). Sum of RGB (Red+Green+Blue) = 127+95+111=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F6F is #80A090. Grayscale: #6A6A6A. Windows color (decimal): -8429713 or 7298943. OLE color: 7298943.

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

Color convert

RGB 127 95 111 -
CMYK 0 0.25 0.13 0.50
HSL 330º 0.14% 0.44% -
HSV(B) 330º 0.25% 0.5% -
XYZ 15.71 13.84 16.88 -
YUV 106.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 127 95 111 0 0.25 0.13 0.50 330 0.14 0.44
Hex 7F 5F 6F 0 19 D 32 14A E 2C
Octal 177 137 157 0 31 15 62 512 16 54
Binary 1111111 1011111 1101111 0 11001 1101 110010 101001010 1110 101100

Color Harmonies of #7F5F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5F6F

Black with #7F5F6F

Text Example


Text Example

White with #7F5F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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