Html Css Color HEX #745362 Cosmic

📋 copy color: '#745362'

red 116 ◦ green 83 ◦ blue 98

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

Shades of Cosmic #745362

Tints of Cosmic #745362

RGB

 RED value IS 116 (45.7% from 255) = 39.06%

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

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

R = 39.06%
G = 27.95%
B = 33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#745362 (or 0x745362) is known color: Cosmic. HEX triplet: 74, 53 and 62. RGB value is (116,83,98). Sum of RGB (Red+Green+Blue) = 116+83+98=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #745362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745362 is #8BAC9D. Grayscale: #5E5E5E. Windows color (decimal): -9153694 or 6443892. OLE color: 6443892.

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

Color convert

RGB 116 83 98 -
CMYK 0 0.28 0.16 0.55
HSL 332.73º 0.17% 0.39% -
HSV(B) 332.73º 0.28% 0.45% -
XYZ 12.5 10.78 12.98 -
YUV 94.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 116 83 98 0 0.28 0.16 0.55 332.73 0.17 0.39
Hex 74 53 62 0 1C 10 37 14D 11 27
Octal 164 123 142 0 34 20 67 515 21 47
Binary 1110100 1010011 1100010 0 11100 10000 110111 101001101 10001 100111

Color Harmonies of #745362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745362

Black with #745362

Text Example


Text Example

White with #745362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745362; }

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

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

background-color css

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

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

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

border-color css

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

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

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