Html Css Color HEX #74395F Cosmic

📋 copy color: '#74395F'

red 116 ◦ green 57 ◦ blue 95

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

Shades of Cosmic #74395F

Tints of Cosmic #74395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

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

R = 43.28%
G = 21.27%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74395F (or 0x74395F) is known color: Cosmic. HEX triplet: 74, 39 and 5F. RGB value is (116,57,95). Sum of RGB (Red+Green+Blue) = 116+57+95=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #74395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74395F is #8BC6A0. Grayscale: #4E4E4E. Windows color (decimal): -9160353 or 6240628. OLE color: 6240628.

HSL color Cylindrical-coordinate representation of color #74395F: hue angle of 321.36º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74395F is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 57 95 -
CMYK 0 0.51 0.18 0.55
HSL 321.36º 0.34% 0.34% -
HSV(B) 321.36º 0.51% 0.45% -
XYZ 10.73 7.47 11.7 -
YUV 78.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 116 57 95 0 0.51 0.18 0.55 321.36 0.34 0.34
Hex 74 39 5F 0 33 12 37 141 22 22
Octal 164 71 137 0 63 22 67 501 42 42
Binary 1110100 111001 1011111 0 110011 10010 110111 101000001 100010 100010

Color Harmonies of #74395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74395F

Black with #74395F

Text Example


Text Example

White with #74395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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