Html Css Color HEX #735366 Cosmic

📋 copy color: '#735366'

red 115 ◦ green 83 ◦ blue 102

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

Shades of Cosmic #735366

Tints of Cosmic #735366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34%

R = 38.33%
G = 27.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#735366 (or 0x735366) is known color: Cosmic. HEX triplet: 73, 53 and 66. RGB value is (115,83,102). Sum of RGB (Red+Green+Blue) = 115+83+102=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #735366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735366 is #8CAC99. Grayscale: #5E5E5E. Windows color (decimal): -9219226 or 6706035. OLE color: 6706035.

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

Color convert

RGB 115 83 102 -
CMYK 0 0.28 0.11 0.55
HSL 324.38º 0.16% 0.39% -
HSV(B) 324.38º 0.28% 0.45% -
XYZ 12.56 10.79 13.99 -
YUV 94.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 115 83 102 0 0.28 0.11 0.55 324.38 0.16 0.39
Hex 73 53 66 0 1C B 37 144 10 27
Octal 163 123 146 0 34 13 67 504 20 47
Binary 1110011 1010011 1100110 0 11100 1011 110111 101000100 10000 100111

Color Harmonies of #735366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735366

Black with #735366

Text Example


Text Example

White with #735366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735366; }

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

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

background-color css

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

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

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

border-color css

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

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

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