Html Css Color HEX #735261 Cosmic

📋 copy color: '#735261'

red 115 ◦ green 82 ◦ blue 97

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

Shades of Cosmic #735261

Tints of Cosmic #735261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 39.12%
G = 27.89%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#735261 (or 0x735261) is known color: Cosmic. HEX triplet: 73, 52 and 61. RGB value is (115,82,97). Sum of RGB (Red+Green+Blue) = 115+82+97=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #735261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735261 is #8CAD9E. Grayscale: #5D5D5D. Windows color (decimal): -9219487 or 6378099. OLE color: 6378099.

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

Color convert

RGB 115 82 97 -
CMYK 0 0.29 0.16 0.55
HSL 332.73º 0.17% 0.39% -
HSV(B) 332.73º 0.29% 0.45% -
XYZ 12.25 10.54 12.7 -
YUV 93.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 115 82 97 0 0.29 0.16 0.55 332.73 0.17 0.39
Hex 73 52 61 0 1D 10 37 14D 11 27
Octal 163 122 141 0 35 20 67 515 21 47
Binary 1110011 1010010 1100001 0 11101 10000 110111 101001101 10001 100111

Color Harmonies of #735261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735261

Black with #735261

Text Example


Text Example

White with #735261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735261; }

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

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

background-color css

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

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

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

border-color css

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

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

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