Html Css Color HEX #7B5869 Cosmic

📋 copy color: '#7B5869'

red 123 ◦ green 88 ◦ blue 105

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

Shades of Cosmic #7B5869

Tints of Cosmic #7B5869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 38.92%
G = 27.85%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B5869 (or 0x7B5869) is known color: Cosmic. HEX triplet: 7B, 58 and 69. RGB value is (123,88,105). Sum of RGB (Red+Green+Blue) = 123+88+105=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5869 is #84A796. Grayscale: #646464. Windows color (decimal): -8693655 or 6903931. OLE color: 6903931.

HSL color Cylindrical-coordinate representation of color #7B5869: hue angle of 330.86º 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 #7B5869 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 88 105 -
CMYK 0 0.28 0.15 0.52
HSL 330.86º 0.17% 0.41% -
HSV(B) 330.86º 0.28% 0.48% -
XYZ 14.21 12.21 14.97 -
YUV 100.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 123 88 105 0 0.28 0.15 0.52 330.86 0.17 0.41
Hex 7B 58 69 0 1C F 34 14B 11 29
Octal 173 130 151 0 34 17 64 513 21 51
Binary 1111011 1011000 1101001 0 11100 1111 110100 101001011 10001 101001

Color Harmonies of #7B5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5869

Black with #7B5869

Text Example


Text Example

White with #7B5869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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