Html Css Color HEX #7F6071 Cosmic

📋 copy color: '#7F6071'

red 127 ◦ green 96 ◦ blue 113

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

Shades of Cosmic #7F6071

Tints of Cosmic #7F6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 37.8%
G = 28.57%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F6071 (or 0x7F6071) is known color: Cosmic. HEX triplet: 7F, 60 and 71. RGB value is (127,96,113). Sum of RGB (Red+Green+Blue) = 127+96+113=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6071 is #809F8E. Grayscale: #6B6B6B. Windows color (decimal): -8429455 or 7430271. OLE color: 7430271.

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

Color convert

RGB 127 96 113 -
CMYK 0 0.24 0.11 0.50
HSL 327.1º 0.14% 0.44% -
HSV(B) 327.1º 0.24% 0.5% -
XYZ 15.92 14.07 17.5 -
YUV 107.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 127 96 113 0 0.24 0.11 0.50 327.1 0.14 0.44
Hex 7F 60 71 0 18 B 32 147 E 2C
Octal 177 140 161 0 30 13 62 507 16 54
Binary 1111111 1100000 1110001 0 11000 1011 110010 101000111 1110 101100

Color Harmonies of #7F6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6071

Black with #7F6071

Text Example


Text Example

White with #7F6071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,96,113); }

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

background-color css

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

 a { background-color: rgb(127,96,113); }

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

border-color css

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

 span { border-color: rgb(127,96,113); }

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