Html Css Color HEX #74545D Cosmic

📋 copy color: '#74545D'

red 116 ◦ green 84 ◦ blue 93

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

Shades of Cosmic #74545D

Tints of Cosmic #74545D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 39.59%
G = 28.67%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74545D (or 0x74545D) is known color: Cosmic. HEX triplet: 74, 54 and 5D. RGB value is (116,84,93). Sum of RGB (Red+Green+Blue) = 116+84+93=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74545D is #8BABA2. Grayscale: #5E5E5E. Windows color (decimal): -9153443 or 6116468. OLE color: 6116468.

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

Color convert

RGB 116 84 93 -
CMYK 0 0.28 0.20 0.55
HSL 343.13º 0.16% 0.39% -
HSV(B) 343.13º 0.28% 0.45% -
XYZ 12.35 10.84 11.8 -
YUV 94.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 116 84 93 0 0.28 0.20 0.55 343.13 0.16 0.39
Hex 74 54 5D 0 1C 14 37 157 10 27
Octal 164 124 135 0 34 24 67 527 20 47
Binary 1110100 1010100 1011101 0 11100 10100 110111 101010111 10000 100111

Color Harmonies of #74545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74545D

Black with #74545D

Text Example


Text Example

White with #74545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74545D; }

 p { color: rgb(116,84,93); }

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

background-color css

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

 a { background-color: rgb(116,84,93); }

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

border-color css

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

 span { border-color: rgb(116,84,93); }

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