Html Css Color HEX #74505F Cosmic

📋 copy color: '#74505F'

red 116 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #74505F

Tints of Cosmic #74505F

RGB

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

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

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

R = 39.86%
G = 27.49%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74505F (or 0x74505F) is known color: Cosmic. HEX triplet: 74, 50 and 5F. RGB value is (116,80,95). Sum of RGB (Red+Green+Blue) = 116+80+95=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74505F is #8BAFA0. Grayscale: #5C5C5C. Windows color (decimal): -9154465 or 6246516. OLE color: 6246516.

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

Color convert

RGB 116 80 95 -
CMYK 0 0.31 0.18 0.55
HSL 335º 0.18% 0.38% -
HSV(B) 335º 0.31% 0.45% -
XYZ 12.14 10.28 12.17 -
YUV 92.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 116 80 95 0 0.31 0.18 0.55 335 0.18 0.38
Hex 74 50 5F 0 1F 12 37 14F 12 26
Octal 164 120 137 0 37 22 67 517 22 46
Binary 1110100 1010000 1011111 0 11111 10010 110111 101001111 10010 100110

Color Harmonies of #74505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74505F

Black with #74505F

Text Example


Text Example

White with #74505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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