Html Css Color HEX #735461 Cosmic

📋 copy color: '#735461'

red 115 ◦ green 84 ◦ blue 97

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

Shades of Cosmic #735461

Tints of Cosmic #735461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 38.85%
G = 28.38%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#735461 (or 0x735461) is known color: Cosmic. HEX triplet: 73, 54 and 61. RGB value is (115,84,97). Sum of RGB (Red+Green+Blue) = 115+84+97=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735461 is #8CAB9E. Grayscale: #5E5E5E. Windows color (decimal): -9218975 or 6378611. OLE color: 6378611.

HSL color Cylindrical-coordinate representation of color #735461: hue angle of 334.84º 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 #735461 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 84 97 -
CMYK 0 0.27 0.16 0.55
HSL 334.84º 0.16% 0.39% -
HSV(B) 334.84º 0.27% 0.45% -
XYZ 12.4 10.85 12.75 -
YUV 94.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 115 84 97 0 0.27 0.16 0.55 334.84 0.16 0.39
Hex 73 54 61 0 1B 10 37 14F 10 27
Octal 163 124 141 0 33 20 67 517 20 47
Binary 1110011 1010100 1100001 0 11011 10000 110111 101001111 10000 100111

Color Harmonies of #735461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735461

Black with #735461

Text Example


Text Example

White with #735461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735461; }

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

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

background-color css

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

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

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

border-color css

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

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

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