Html Css Color HEX #7B566A Cosmic

📋 copy color: '#7B566A'

red 123 ◦ green 86 ◦ blue 106

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

Shades of Cosmic #7B566A

Tints of Cosmic #7B566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 39.05%
G = 27.3%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#7B566A (or 0x7B566A) is known color: Cosmic. HEX triplet: 7B, 56 and 6A. RGB value is (123,86,106). Sum of RGB (Red+Green+Blue) = 123+86+106=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B566A is #84A995. Grayscale: #636363. Windows color (decimal): -8694166 or 6968955. OLE color: 6968955.

HSL color Cylindrical-coordinate representation of color #7B566A: hue angle of 327.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B566A is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 86 106 -
CMYK 0 0.30 0.14 0.52
HSL 327.57º 0.18% 0.41% -
HSV(B) 327.57º 0.3% 0.48% -
XYZ 14.1 11.91 15.19 -
YUV 99.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 123 86 106 0 0.30 0.14 0.52 327.57 0.18 0.41
Hex 7B 56 6A 0 1E E 34 148 12 29
Octal 173 126 152 0 36 16 64 510 22 51
Binary 1111011 1010110 1101010 0 11110 1110 110100 101001000 10010 101001

Color Harmonies of #7B566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B566A

Black with #7B566A

Text Example


Text Example

White with #7B566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,86,106); }

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

background-color css

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

 a { background-color: rgb(123,86,106); }

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

border-color css

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

 span { border-color: rgb(123,86,106); }

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