Html Css Color HEX #74545F Cosmic

📋 copy color: '#74545F'

red 116 ◦ green 84 ◦ blue 95

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

Shades of Cosmic #74545F

Tints of Cosmic #74545F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 39.32%
G = 28.47%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74545F (or 0x74545F) is known color: Cosmic. HEX triplet: 74, 54 and 5F. RGB value is (116,84,95). Sum of RGB (Red+Green+Blue) = 116+84+95=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74545F is #8BABA0. Grayscale: #5E5E5E. Windows color (decimal): -9153441 or 6247540. OLE color: 6247540.

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

Color convert

RGB 116 84 95 -
CMYK 0 0.28 0.18 0.55
HSL 339.38º 0.16% 0.39% -
HSV(B) 339.38º 0.28% 0.45% -
XYZ 12.44 10.88 12.27 -
YUV 94.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 116 84 95 0 0.28 0.18 0.55 339.38 0.16 0.39
Hex 74 54 5F 0 1C 12 37 153 10 27
Octal 164 124 137 0 34 22 67 523 20 47
Binary 1110100 1010100 1011111 0 11100 10010 110111 101010011 10000 100111

Color Harmonies of #74545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74545F

Black with #74545F

Text Example


Text Example

White with #74545F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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