Html Css Color HEX #7B4056 Cosmic

📋 copy color: '#7B4056'

red 123 ◦ green 64 ◦ blue 86

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

Shades of Cosmic #7B4056

Tints of Cosmic #7B4056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 45.05%
G = 23.44%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7B4056 (or 0x7B4056) is known color: Cosmic. HEX triplet: 7B, 40 and 56. RGB value is (123,64,86). Sum of RGB (Red+Green+Blue) = 123+64+86=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4056 is #84BFA9. Grayscale: #545454. Windows color (decimal): -8699818 or 5652603. OLE color: 5652603.

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

Color convert

RGB 123 64 86 -
CMYK 0 0.48 0.30 0.52
HSL 337.63º 0.32% 0.37% -
HSV(B) 337.63º 0.48% 0.48% -
XYZ 11.68 8.55 9.84 -
YUV 84.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 123 64 86 0 0.48 0.30 0.52 337.63 0.32 0.37
Hex 7B 40 56 0 30 1E 34 152 20 25
Octal 173 100 126 0 60 36 64 522 40 45
Binary 1111011 1000000 1010110 0 110000 11110 110100 101010010 100000 100101

Color Harmonies of #7B4056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4056

Black with #7B4056

Text Example


Text Example

White with #7B4056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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