Html Css Color HEX #7E5769 Cosmic

📋 copy color: '#7E5769'

red 126 ◦ green 87 ◦ blue 105

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

Shades of Cosmic #7E5769

Tints of Cosmic #7E5769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.36%

 BLUE value IS 105 (41.41% from 255) = 33.02%

R = 39.62%
G = 27.36%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E5769 (or 0x7E5769) is known color: Cosmic. HEX triplet: 7E, 57 and 69. RGB value is (126,87,105). Sum of RGB (Red+Green+Blue) = 126+87+105=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5769 is #81A896. Grayscale: #646464. Windows color (decimal): -8497303 or 6903678. OLE color: 6903678.

HSL color Cylindrical-coordinate representation of color #7E5769: hue angle of 332.31º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E5769 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 87 105 -
CMYK 0 0.31 0.17 0.51
HSL 332.31º 0.18% 0.42% -
HSV(B) 332.31º 0.31% 0.49% -
XYZ 14.56 12.27 14.97 -
YUV 100.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 126 87 105 0 0.31 0.17 0.51 332.31 0.18 0.42
Hex 7E 57 69 0 1F 11 33 14C 12 2A
Octal 176 127 151 0 37 21 63 514 22 52
Binary 1111110 1010111 1101001 0 11111 10001 110011 101001100 10010 101010

Color Harmonies of #7E5769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5769

Black with #7E5769

Text Example


Text Example

White with #7E5769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,87,105); }

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

background-color css

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

 a { background-color: rgb(126,87,105); }

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

border-color css

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

 span { border-color: rgb(126,87,105); }

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