Html Css Color HEX #74565E Cosmic

📋 copy color: '#74565E'

red 116 ◦ green 86 ◦ blue 94

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

Shades of Cosmic #74565E

Tints of Cosmic #74565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

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

R = 39.19%
G = 29.05%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74565E (or 0x74565E) is known color: Cosmic. HEX triplet: 74, 56 and 5E. RGB value is (116,86,94). Sum of RGB (Red+Green+Blue) = 116+86+94=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #74565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74565E is #8BA9A1. Grayscale: #5F5F5F. Windows color (decimal): -9152930 or 6182516. OLE color: 6182516.

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

Color convert

RGB 116 86 94 -
CMYK 0 0.26 0.19 0.55
HSL 344º 0.15% 0.4% -
HSV(B) 344º 0.26% 0.45% -
XYZ 12.55 11.18 12.09 -
YUV 95.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 116 86 94 0 0.26 0.19 0.55 344 0.15 0.4
Hex 74 56 5E 0 1A 13 37 158 F 28
Octal 164 126 136 0 32 23 67 530 17 50
Binary 1110100 1010110 1011110 0 11010 10011 110111 101011000 1111 101000

Color Harmonies of #74565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74565E

Black with #74565E

Text Example


Text Example

White with #74565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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