Html Css Color HEX #7B5368 Cosmic

📋 copy color: '#7B5368'

red 123 ◦ green 83 ◦ blue 104

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

Shades of Cosmic #7B5368

Tints of Cosmic #7B5368

RGB

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

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

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

R = 39.68%
G = 26.77%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B5368 (or 0x7B5368) is known color: Cosmic. HEX triplet: 7B, 53 and 68. RGB value is (123,83,104). Sum of RGB (Red+Green+Blue) = 123+83+104=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5368 is #84AC97. Grayscale: #616161. Windows color (decimal): -8694936 or 6837115. OLE color: 6837115.

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

Color convert

RGB 123 83 104 -
CMYK 0 0.33 0.15 0.52
HSL 328.5º 0.19% 0.4% -
HSV(B) 328.5º 0.33% 0.48% -
XYZ 13.76 11.4 14.57 -
YUV 97.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 123 83 104 0 0.33 0.15 0.52 328.5 0.19 0.4
Hex 7B 53 68 0 21 F 34 148 13 28
Octal 173 123 150 0 41 17 64 510 23 50
Binary 1111011 1010011 1101000 0 100001 1111 110100 101001000 10011 101000

Color Harmonies of #7B5368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5368

Black with #7B5368

Text Example


Text Example

White with #7B5368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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