Html Css Color HEX #7E536B Cosmic

📋 copy color: '#7E536B'

red 126 ◦ green 83 ◦ blue 107

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

Shades of Cosmic #7E536B

Tints of Cosmic #7E536B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 39.87%
G = 26.27%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7E536B (or 0x7E536B) is known color: Cosmic. HEX triplet: 7E, 53 and 6B. RGB value is (126,83,107). Sum of RGB (Red+Green+Blue) = 126+83+107=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E536B is #81AC94. Grayscale: #626262. Windows color (decimal): -8498325 or 7033726. OLE color: 7033726.

HSL color Cylindrical-coordinate representation of color #7E536B: hue angle of 326.51º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E536B is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 83 107 -
CMYK 0 0.34 0.15 0.51
HSL 326.51º 0.21% 0.41% -
HSV(B) 326.51º 0.34% 0.49% -
XYZ 14.35 11.68 15.41 -
YUV 98.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 126 83 107 0 0.34 0.15 0.51 326.51 0.21 0.41
Hex 7E 53 6B 0 22 F 33 147 15 29
Octal 176 123 153 0 42 17 63 507 25 51
Binary 1111110 1010011 1101011 0 100010 1111 110011 101000111 10101 101001

Color Harmonies of #7E536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E536B

Black with #7E536B

Text Example


Text Example

White with #7E536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,83,107); }

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

background-color css

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

 a { background-color: rgb(126,83,107); }

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

border-color css

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

 span { border-color: rgb(126,83,107); }

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