Html Css Color HEX #735460 Cosmic

📋 copy color: '#735460'

red 115 ◦ green 84 ◦ blue 96

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

Shades of Cosmic #735460

Tints of Cosmic #735460

RGB

 RED value IS 115 (45.31% from 255) = 38.98%

 GREEN value IS 84 (33.2% from 255) = 28.47%

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

R = 38.98%
G = 28.47%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#735460 (or 0x735460) is known color: Cosmic. HEX triplet: 73, 54 and 60. RGB value is (115,84,96). Sum of RGB (Red+Green+Blue) = 115+84+96=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #735460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735460 is #8CAB9F. Grayscale: #5E5E5E. Windows color (decimal): -9218976 or 6313075. OLE color: 6313075.

HSL color Cylindrical-coordinate representation of color #735460: hue angle of 336.77º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #735460 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 84 96 -
CMYK 0 0.27 0.17 0.55
HSL 336.77º 0.16% 0.39% -
HSV(B) 336.77º 0.27% 0.45% -
XYZ 12.35 10.83 12.51 -
YUV 94.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 115 84 96 0 0.27 0.17 0.55 336.77 0.16 0.39
Hex 73 54 60 0 1B 11 37 151 10 27
Octal 163 124 140 0 33 21 67 521 20 47
Binary 1110011 1010100 1100000 0 11011 10001 110111 101010001 10000 100111

Color Harmonies of #735460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735460

Black with #735460

Text Example


Text Example

White with #735460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735460; }

 p { color: rgb(115,84,96); }

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

background-color css

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

 a { background-color: rgb(115,84,96); }

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

border-color css

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

 span { border-color: rgb(115,84,96); }

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