Html Css Color HEX #74555E Cosmic

📋 copy color: '#74555E'

red 116 ◦ green 85 ◦ blue 94

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

Shades of Cosmic #74555E

Tints of Cosmic #74555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 39.32%
G = 28.81%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74555E (or 0x74555E) is known color: Cosmic. HEX triplet: 74, 55 and 5E. RGB value is (116,85,94). Sum of RGB (Red+Green+Blue) = 116+85+94=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74555E is #8BAAA1. Grayscale: #5F5F5F. Windows color (decimal): -9153186 or 6182260. OLE color: 6182260.

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

Color convert

RGB 116 85 94 -
CMYK 0 0.27 0.19 0.55
HSL 342.58º 0.15% 0.39% -
HSV(B) 342.58º 0.27% 0.45% -
XYZ 12.47 11.02 12.06 -
YUV 95.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 116 85 94 0 0.27 0.19 0.55 342.58 0.15 0.39
Hex 74 55 5E 0 1B 13 37 157 F 27
Octal 164 125 136 0 33 23 67 527 17 47
Binary 1110100 1010101 1011110 0 11011 10011 110111 101010111 1111 100111

Color Harmonies of #74555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74555E

Black with #74555E

Text Example


Text Example

White with #74555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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