Html Css Color HEX #735565 Cosmic

📋 copy color: '#735565'

red 115 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #735565

Tints of Cosmic #735565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 38.21%
G = 28.24%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#735565 (or 0x735565) is known color: Cosmic. HEX triplet: 73, 55 and 65. RGB value is (115,85,101). Sum of RGB (Red+Green+Blue) = 115+85+101=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735565 is #8CAA9A. Grayscale: #5F5F5F. Windows color (decimal): -9218715 or 6641011. OLE color: 6641011.

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

Color convert

RGB 115 85 101 -
CMYK 0 0.26 0.12 0.55
HSL 328º 0.15% 0.39% -
HSV(B) 328º 0.26% 0.45% -
XYZ 12.67 11.08 13.78 -
YUV 95.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 115 85 101 0 0.26 0.12 0.55 328 0.15 0.39
Hex 73 55 65 0 1A C 37 148 F 27
Octal 163 125 145 0 32 14 67 510 17 47
Binary 1110011 1010101 1100101 0 11010 1100 110111 101001000 1111 100111

Color Harmonies of #735565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735565

Black with #735565

Text Example


Text Example

White with #735565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735565; }

 p { color: rgb(115,85,101); }

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

background-color css

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

 a { background-color: rgb(115,85,101); }

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

border-color css

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

 span { border-color: rgb(115,85,101); }

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