Html Css Color HEX #7B456E Cosmic

📋 copy color: '#7B456E'

red 123 ◦ green 69 ◦ blue 110

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

Shades of Cosmic #7B456E

Tints of Cosmic #7B456E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 40.73%
G = 22.85%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B456E (or 0x7B456E) is known color: Cosmic. HEX triplet: 7B, 45 and 6E. RGB value is (123,69,110). Sum of RGB (Red+Green+Blue) = 123+69+110=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B456E is #84BA91. Grayscale: #595959. Windows color (decimal): -8698514 or 7226747. OLE color: 7226747.

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

Color convert

RGB 123 69 110 -
CMYK 0 0.44 0.11 0.52
HSL 314.44º 0.28% 0.38% -
HSV(B) 314.44º 0.44% 0.48% -
XYZ 13.11 9.59 15.91 -
YUV 89.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 123 69 110 0 0.44 0.11 0.52 314.44 0.28 0.38
Hex 7B 45 6E 0 2C B 34 13A 1C 26
Octal 173 105 156 0 54 13 64 472 34 46
Binary 1111011 1000101 1101110 0 101100 1011 110100 100111010 11100 100110

Color Harmonies of #7B456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B456E

Black with #7B456E

Text Example


Text Example

White with #7B456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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