Html Css Color HEX #7B4558 Cosmic

📋 copy color: '#7B4558'

red 123 ◦ green 69 ◦ blue 88

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

Shades of Cosmic #7B4558

Tints of Cosmic #7B4558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 43.93%
G = 24.64%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7B4558 (or 0x7B4558) is known color: Cosmic. HEX triplet: 7B, 45 and 58. RGB value is (123,69,88). Sum of RGB (Red+Green+Blue) = 123+69+88=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4558 is #84BAA7. Grayscale: #575757. Windows color (decimal): -8698536 or 5784955. OLE color: 5784955.

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

Color convert

RGB 123 69 88 -
CMYK 0 0.44 0.28 0.52
HSL 338.89º 0.28% 0.38% -
HSV(B) 338.89º 0.44% 0.48% -
XYZ 12.06 9.17 10.37 -
YUV 87.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 123 69 88 0 0.44 0.28 0.52 338.89 0.28 0.38
Hex 7B 45 58 0 2C 1C 34 153 1C 26
Octal 173 105 130 0 54 34 64 523 34 46
Binary 1111011 1000101 1011000 0 101100 11100 110100 101010011 11100 100110

Color Harmonies of #7B4558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4558

Black with #7B4558

Text Example


Text Example

White with #7B4558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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