Html Css Color HEX #74445E Cosmic

📋 copy color: '#74445E'

red 116 ◦ green 68 ◦ blue 94

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

Shades of Cosmic #74445E

Tints of Cosmic #74445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

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

R = 41.73%
G = 24.46%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74445E (or 0x74445E) is known color: Cosmic. HEX triplet: 74, 44 and 5E. RGB value is (116,68,94). Sum of RGB (Red+Green+Blue) = 116+68+94=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #74445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74445E is #8BBBA1. Grayscale: #555555. Windows color (decimal): -9157538 or 6177908. OLE color: 6177908.

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

Color convert

RGB 116 68 94 -
CMYK 0 0.41 0.19 0.55
HSL 327.5º 0.26% 0.36% -
HSV(B) 327.5º 0.41% 0.45% -
XYZ 11.29 8.66 11.67 -
YUV 85.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 116 68 94 0 0.41 0.19 0.55 327.5 0.26 0.36
Hex 74 44 5E 0 29 13 37 148 1A 24
Octal 164 104 136 0 51 23 67 510 32 44
Binary 1110100 1000100 1011110 0 101001 10011 110111 101001000 11010 100100

Color Harmonies of #74445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74445E

Black with #74445E

Text Example


Text Example

White with #74445E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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