Html Css Color HEX #735368 Cosmic

📋 copy color: '#735368'

red 115 ◦ green 83 ◦ blue 104

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

Shades of Cosmic #735368

Tints of Cosmic #735368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 38.08%
G = 27.48%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#735368 (or 0x735368) is known color: Cosmic. HEX triplet: 73, 53 and 68. RGB value is (115,83,104). Sum of RGB (Red+Green+Blue) = 115+83+104=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #735368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735368 is #8CAC97. Grayscale: #5E5E5E. Windows color (decimal): -9219224 or 6837107. OLE color: 6837107.

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

Color convert

RGB 115 83 104 -
CMYK 0 0.28 0.10 0.55
HSL 320.63º 0.16% 0.39% -
HSV(B) 320.63º 0.28% 0.45% -
XYZ 12.66 10.83 14.52 -
YUV 94.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 115 83 104 0 0.28 0.10 0.55 320.63 0.16 0.39
Hex 73 53 68 0 1C A 37 141 10 27
Octal 163 123 150 0 34 12 67 501 20 47
Binary 1110011 1010011 1101000 0 11100 1010 110111 101000001 10000 100111

Color Harmonies of #735368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735368

Black with #735368

Text Example


Text Example

White with #735368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735368; }

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

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

background-color css

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

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

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

border-color css

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

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

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