Html Css Color HEX #754369 Cosmic

📋 copy color: '#754369'

red 117 ◦ green 67 ◦ blue 105

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

Shades of Cosmic #754369

Tints of Cosmic #754369

RGB

 RED value IS 117 (46.09% from 255) = 40.48%

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 40.48%
G = 23.18%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#754369 (or 0x754369) is known color: Cosmic. HEX triplet: 75, 43 and 69. RGB value is (117,67,105). Sum of RGB (Red+Green+Blue) = 117+67+105=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #754369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754369 is #8ABC96. Grayscale: #565656. Windows color (decimal): -9092247 or 6898549. OLE color: 6898549.

HSL color Cylindrical-coordinate representation of color #754369: hue angle of 314.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754369 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 105 -
CMYK 0 0.43 0.10 0.54
HSL 314.4º 0.27% 0.36% -
HSV(B) 314.4º 0.43% 0.46% -
XYZ 11.89 8.82 14.44 -
YUV 86.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 117 67 105 0 0.43 0.10 0.54 314.4 0.27 0.36
Hex 75 43 69 0 2B A 36 13A 1B 24
Octal 165 103 151 0 53 12 66 472 33 44
Binary 1110101 1000011 1101001 0 101011 1010 110110 100111010 11011 100100

Color Harmonies of #754369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754369

Black with #754369

Text Example


Text Example

White with #754369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754369; }

 p { color: rgb(117,67,105); }

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

background-color css

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

 a { background-color: rgb(117,67,105); }

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

border-color css

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

 span { border-color: rgb(117,67,105); }

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