Html Css Color HEX #74455E Cosmic

📋 copy color: '#74455E'

red 116 ◦ green 69 ◦ blue 94

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

Shades of Cosmic #74455E

Tints of Cosmic #74455E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

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

R = 41.58%
G = 24.73%
B = 33.69%

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

#74455E (or 0x74455E) is known color: Cosmic. HEX triplet: 74, 45 and 5E. RGB value is (116,69,94). Sum of RGB (Red+Green+Blue) = 116+69+94=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74455E is #8BBAA1. Grayscale: #555555. Windows color (decimal): -9157282 or 6178164. OLE color: 6178164.

HSL color Cylindrical-coordinate representation of color #74455E: hue angle of 328.09º degrees, saturation: 0.25, 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 #74455E is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 94 -
CMYK 0 0.41 0.19 0.55
HSL 328.09º 0.25% 0.36% -
HSV(B) 328.09º 0.41% 0.45% -
XYZ 11.35 8.78 11.69 -
YUV 85.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 116 69 94 0 0.41 0.19 0.55 328.09 0.25 0.36
Hex 74 45 5E 0 29 13 37 148 19 24
Octal 164 105 136 0 51 23 67 510 31 44
Binary 1110100 1000101 1011110 0 101001 10011 110111 101001000 11001 100100

Color Harmonies of #74455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74455E

Black with #74455E

Text Example


Text Example

White with #74455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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