Html Css Color HEX #735365 Cosmic

📋 copy color: '#735365'

red 115 ◦ green 83 ◦ blue 101

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

Shades of Cosmic #735365

Tints of Cosmic #735365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

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

R = 38.46%
G = 27.76%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#735365 (or 0x735365) is known color: Cosmic. HEX triplet: 73, 53 and 65. RGB value is (115,83,101). Sum of RGB (Red+Green+Blue) = 115+83+101=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735365 is #8CAC9A. Grayscale: #5E5E5E. Windows color (decimal): -9219227 or 6640499. OLE color: 6640499.

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

Color convert

RGB 115 83 101 -
CMYK 0 0.28 0.12 0.55
HSL 326.25º 0.16% 0.39% -
HSV(B) 326.25º 0.28% 0.45% -
XYZ 12.51 10.77 13.73 -
YUV 94.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 115 83 101 0 0.28 0.12 0.55 326.25 0.16 0.39
Hex 73 53 65 0 1C C 37 146 10 27
Octal 163 123 145 0 34 14 67 506 20 47
Binary 1110011 1010011 1100101 0 11100 1100 110111 101000110 10000 100111

Color Harmonies of #735365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735365

Black with #735365

Text Example


Text Example

White with #735365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735365; }

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

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

background-color css

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

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

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

border-color css

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

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

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