Html Css Color HEX #7B5864 Cosmic

📋 copy color: '#7B5864'

red 123 ◦ green 88 ◦ blue 100

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

Shades of Cosmic #7B5864

Tints of Cosmic #7B5864

RGB

 RED value IS 123 (48.44% from 255) = 39.55%

 GREEN value IS 88 (34.77% from 255) = 28.3%

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 39.55%
G = 28.3%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7B5864 (or 0x7B5864) is known color: Cosmic. HEX triplet: 7B, 58 and 64. RGB value is (123,88,100). Sum of RGB (Red+Green+Blue) = 123+88+100=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5864 is #84A79B. Grayscale: #636363. Windows color (decimal): -8693660 or 6576251. OLE color: 6576251.

HSL color Cylindrical-coordinate representation of color #7B5864: hue angle of 339.43º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B5864 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 88 100 -
CMYK 0 0.28 0.19 0.52
HSL 339.43º 0.17% 0.41% -
HSV(B) 339.43º 0.28% 0.48% -
XYZ 13.96 12.11 13.66 -
YUV 99.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 123 88 100 0 0.28 0.19 0.52 339.43 0.17 0.41
Hex 7B 58 64 0 1C 13 34 153 11 29
Octal 173 130 144 0 34 23 64 523 21 51
Binary 1111011 1011000 1100100 0 11100 10011 110100 101010011 10001 101001

Color Harmonies of #7B5864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5864

Black with #7B5864

Text Example


Text Example

White with #7B5864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,88,100); }

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

background-color css

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

 a { background-color: rgb(123,88,100); }

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

border-color css

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

 span { border-color: rgb(123,88,100); }

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