Html Css Color HEX #745162 Cosmic

📋 copy color: '#745162'

red 116 ◦ green 81 ◦ blue 98

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

Shades of Cosmic #745162

Tints of Cosmic #745162

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.46%

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

R = 39.32%
G = 27.46%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#745162 (or 0x745162) is known color: Cosmic. HEX triplet: 74, 51 and 62. RGB value is (116,81,98). Sum of RGB (Red+Green+Blue) = 116+81+98=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #745162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745162 is #8BAE9D. Grayscale: #5D5D5D. Windows color (decimal): -9154206 or 6443380. OLE color: 6443380.

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

Color convert

RGB 116 81 98 -
CMYK 0 0.30 0.16 0.55
HSL 330.86º 0.18% 0.39% -
HSV(B) 330.86º 0.3% 0.45% -
XYZ 12.35 10.48 12.93 -
YUV 93.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 116 81 98 0 0.30 0.16 0.55 330.86 0.18 0.39
Hex 74 51 62 0 1E 10 37 14B 12 27
Octal 164 121 142 0 36 20 67 513 22 47
Binary 1110100 1010001 1100010 0 11110 10000 110111 101001011 10010 100111

Color Harmonies of #745162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745162

Black with #745162

Text Example


Text Example

White with #745162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745162; }

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

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

background-color css

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

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

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

border-color css

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

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

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