Html Css Color HEX #745562 Cosmic

📋 copy color: '#745562'

red 116 ◦ green 85 ◦ blue 98

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

Shades of Cosmic #745562

Tints of Cosmic #745562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

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

R = 38.8%
G = 28.43%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#745562 (or 0x745562) is known color: Cosmic. HEX triplet: 74, 55 and 62. RGB value is (116,85,98). Sum of RGB (Red+Green+Blue) = 116+85+98=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745562 is #8BAA9D. Grayscale: #5F5F5F. Windows color (decimal): -9153182 or 6444404. OLE color: 6444404.

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

Color convert

RGB 116 85 98 -
CMYK 0 0.27 0.16 0.55
HSL 334.84º 0.15% 0.39% -
HSV(B) 334.84º 0.27% 0.45% -
XYZ 12.66 11.09 13.03 -
YUV 95.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 116 85 98 0 0.27 0.16 0.55 334.84 0.15 0.39
Hex 74 55 62 0 1B 10 37 14F F 27
Octal 164 125 142 0 33 20 67 517 17 47
Binary 1110100 1010101 1100010 0 11011 10000 110111 101001111 1111 100111

Color Harmonies of #745562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745562

Black with #745562

Text Example


Text Example

White with #745562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745562; }

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

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

background-color css

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

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

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

border-color css

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

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

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