Html Css Color HEX #74465F Cosmic

📋 copy color: '#74465F'

red 116 ◦ green 70 ◦ blue 95

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

Shades of Cosmic #74465F

Tints of Cosmic #74465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.81%

R = 41.28%
G = 24.91%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74465F (or 0x74465F) is known color: Cosmic. HEX triplet: 74, 46 and 5F. RGB value is (116,70,95). Sum of RGB (Red+Green+Blue) = 116+70+95=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #74465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74465F is #8BB9A0. Grayscale: #565656. Windows color (decimal): -9157025 or 6243956. OLE color: 6243956.

HSL color Cylindrical-coordinate representation of color #74465F: hue angle of 327.39º 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 #74465F is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 95 -
CMYK 0 0.40 0.18 0.55
HSL 327.39º 0.25% 0.36% -
HSV(B) 327.39º 0.4% 0.45% -
XYZ 11.46 8.92 11.94 -
YUV 86.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 116 70 95 0 0.40 0.18 0.55 327.39 0.25 0.36
Hex 74 46 5F 0 28 12 37 147 19 24
Octal 164 106 137 0 50 22 67 507 31 44
Binary 1110100 1000110 1011111 0 101000 10010 110111 101000111 11001 100100

Color Harmonies of #74465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74465F

Black with #74465F

Text Example


Text Example

White with #74465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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