Html Css Color HEX #735362 Cosmic

📋 copy color: '#735362'

red 115 ◦ green 83 ◦ blue 98

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

Shades of Cosmic #735362

Tints of Cosmic #735362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 38.85%
G = 28.04%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#735362 (or 0x735362) is known color: Cosmic. HEX triplet: 73, 53 and 62. RGB value is (115,83,98). Sum of RGB (Red+Green+Blue) = 115+83+98=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735362 is #8CAC9D. Grayscale: #5E5E5E. Windows color (decimal): -9219230 or 6443891. OLE color: 6443891.

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

Color convert

RGB 115 83 98 -
CMYK 0 0.28 0.15 0.55
HSL 331.88º 0.16% 0.39% -
HSV(B) 331.88º 0.28% 0.45% -
XYZ 12.37 10.71 12.97 -
YUV 94.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 115 83 98 0 0.28 0.15 0.55 331.88 0.16 0.39
Hex 73 53 62 0 1C F 37 14C 10 27
Octal 163 123 142 0 34 17 67 514 20 47
Binary 1110011 1010011 1100010 0 11100 1111 110111 101001100 10000 100111

Color Harmonies of #735362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735362

Black with #735362

Text Example


Text Example

White with #735362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735362; }

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

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

background-color css

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

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

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

border-color css

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

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

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