Html Css Color HEX #7B5468 Cosmic

📋 copy color: '#7B5468'

red 123 ◦ green 84 ◦ blue 104

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

Shades of Cosmic #7B5468

Tints of Cosmic #7B5468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 39.55%
G = 27.01%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B5468 (or 0x7B5468) is known color: Cosmic. HEX triplet: 7B, 54 and 68. RGB value is (123,84,104). Sum of RGB (Red+Green+Blue) = 123+84+104=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5468 is #84AB97. Grayscale: #616161. Windows color (decimal): -8694680 or 6837371. OLE color: 6837371.

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

Color convert

RGB 123 84 104 -
CMYK 0 0.32 0.15 0.52
HSL 329.23º 0.19% 0.41% -
HSV(B) 329.23º 0.32% 0.48% -
XYZ 13.84 11.55 14.6 -
YUV 97.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 123 84 104 0 0.32 0.15 0.52 329.23 0.19 0.41
Hex 7B 54 68 0 20 F 34 149 13 29
Octal 173 124 150 0 40 17 64 511 23 51
Binary 1111011 1010100 1101000 0 100000 1111 110100 101001001 10011 101001

Color Harmonies of #7B5468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5468

Black with #7B5468

Text Example


Text Example

White with #7B5468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,84,104); }

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

background-color css

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

 a { background-color: rgb(123,84,104); }

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

border-color css

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

 span { border-color: rgb(123,84,104); }

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