Html Css Color HEX #74465D Cosmic

📋 copy color: '#74465D'

red 116 ◦ green 70 ◦ blue 93

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

Shades of Cosmic #74465D

Tints of Cosmic #74465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 41.58%
G = 25.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74465D (or 0x74465D) is known color: Cosmic. HEX triplet: 74, 46 and 5D. RGB value is (116,70,93). Sum of RGB (Red+Green+Blue) = 116+70+93=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74465D is #8BB9A2. Grayscale: #565656. Windows color (decimal): -9157027 or 6112884. OLE color: 6112884.

HSL color Cylindrical-coordinate representation of color #74465D: hue angle of 330º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74465D is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 93 -
CMYK 0 0.40 0.20 0.55
HSL 330º 0.25% 0.36% -
HSV(B) 330º 0.4% 0.45% -
XYZ 11.37 8.88 11.47 -
YUV 86.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 116 70 93 0 0.40 0.20 0.55 330 0.25 0.36
Hex 74 46 5D 0 28 14 37 14A 19 24
Octal 164 106 135 0 50 24 67 512 31 44
Binary 1110100 1000110 1011101 0 101000 10100 110111 101001010 11001 100100

Color Harmonies of #74465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74465D

Black with #74465D

Text Example


Text Example

White with #74465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74465D; }

 p { color: rgb(116,70,93); }

 H1.HeaderClassName
 {
   color: #74465D;
 }
 .AnyTagClassName
 {
   color: #74465D;
 }
</style>

background-color css

<style>
 a { background-color: #74465D; }

 a { background-color: rgb(116,70,93); }

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

border-color css

<style>
 span { border-color: #74465D; }

 span { border-color: rgb(116,70,93); }

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