Html Css Color HEX #7E6071 Cosmic

📋 copy color: '#7E6071'

red 126 ◦ green 96 ◦ blue 113

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

Shades of Cosmic #7E6071

Tints of Cosmic #7E6071

RGB

 RED value IS 126 (49.61% from 255) = 37.61%

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

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

R = 37.61%
G = 28.66%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7E6071 (or 0x7E6071) is known color: Cosmic. HEX triplet: 7E, 60 and 71. RGB value is (126,96,113). Sum of RGB (Red+Green+Blue) = 126+96+113=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6071 is #819F8E. Grayscale: #6A6A6A. Windows color (decimal): -8494991 or 7430270. OLE color: 7430270.

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

Color convert

RGB 126 96 113 -
CMYK 0 0.24 0.10 0.51
HSL 326º 0.14% 0.44% -
HSV(B) 326º 0.24% 0.49% -
XYZ 15.77 13.99 17.49 -
YUV 106.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 126 96 113 0 0.24 0.10 0.51 326 0.14 0.44
Hex 7E 60 71 0 18 A 33 146 E 2C
Octal 176 140 161 0 30 12 63 506 16 54
Binary 1111110 1100000 1110001 0 11000 1010 110011 101000110 1110 101100

Color Harmonies of #7E6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6071

Black with #7E6071

Text Example


Text Example

White with #7E6071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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