Html Css Color HEX #7B4360 Cosmic

📋 copy color: '#7B4360'

red 123 ◦ green 67 ◦ blue 96

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

Shades of Cosmic #7B4360

Tints of Cosmic #7B4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 43.01%
G = 23.43%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7B4360 (or 0x7B4360) is known color: Cosmic. HEX triplet: 7B, 43 and 60. RGB value is (123,67,96). Sum of RGB (Red+Green+Blue) = 123+67+96=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4360 is #84BC9F. Grayscale: #565656. Windows color (decimal): -8699040 or 6308731. OLE color: 6308731.

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

Color convert

RGB 123 67 96 -
CMYK 0 0.46 0.22 0.52
HSL 328.93º 0.29% 0.37% -
HSV(B) 328.93º 0.46% 0.48% -
XYZ 12.29 9.07 12.17 -
YUV 87.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 123 67 96 0 0.46 0.22 0.52 328.93 0.29 0.37
Hex 7B 43 60 0 2E 16 34 149 1D 25
Octal 173 103 140 0 56 26 64 511 35 45
Binary 1111011 1000011 1100000 0 101110 10110 110100 101001001 11101 100101

Color Harmonies of #7B4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4360

Black with #7B4360

Text Example


Text Example

White with #7B4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,67,96); }

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

background-color css

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

 a { background-color: rgb(123,67,96); }

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

border-color css

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

 span { border-color: rgb(123,67,96); }

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