Html Css Color HEX #74505E Cosmic

📋 copy color: '#74505E'

red 116 ◦ green 80 ◦ blue 94

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

Shades of Cosmic #74505E

Tints of Cosmic #74505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 40%
G = 27.59%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74505E (or 0x74505E) is known color: Cosmic. HEX triplet: 74, 50 and 5E. RGB value is (116,80,94). Sum of RGB (Red+Green+Blue) = 116+80+94=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74505E is #8BAFA1. Grayscale: #5C5C5C. Windows color (decimal): -9154466 or 6180980. OLE color: 6180980.

HSL color Cylindrical-coordinate representation of color #74505E: hue angle of 336.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74505E is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 94 -
CMYK 0 0.31 0.19 0.55
HSL 336.67º 0.18% 0.38% -
HSV(B) 336.67º 0.31% 0.45% -
XYZ 12.09 10.26 11.93 -
YUV 92.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 116 80 94 0 0.31 0.19 0.55 336.67 0.18 0.38
Hex 74 50 5E 0 1F 13 37 151 12 26
Octal 164 120 136 0 37 23 67 521 22 46
Binary 1110100 1010000 1011110 0 11111 10011 110111 101010001 10010 100110

Color Harmonies of #74505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74505E

Black with #74505E

Text Example


Text Example

White with #74505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74505E; }

 p { color: rgb(116,80,94); }

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

background-color css

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

 a { background-color: rgb(116,80,94); }

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

border-color css

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

 span { border-color: rgb(116,80,94); }

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