Html Css Color HEX #754868 Cosmic

📋 copy color: '#754868'

red 117 ◦ green 72 ◦ blue 104

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

Shades of Cosmic #754868

Tints of Cosmic #754868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.57%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 39.93%
G = 24.57%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#754868 (or 0x754868) is known color: Cosmic. HEX triplet: 75, 48 and 68. RGB value is (117,72,104). Sum of RGB (Red+Green+Blue) = 117+72+104=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #754868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754868 is #8AB797. Grayscale: #595959. Windows color (decimal): -9090968 or 6834293. OLE color: 6834293.

HSL color Cylindrical-coordinate representation of color #754868: hue angle of 317.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #754868 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 104 -
CMYK 0 0.38 0.11 0.54
HSL 317.33º 0.24% 0.37% -
HSV(B) 317.33º 0.38% 0.46% -
XYZ 12.15 9.42 14.27 -
YUV 89.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 117 72 104 0 0.38 0.11 0.54 317.33 0.24 0.37
Hex 75 48 68 0 26 B 36 13D 18 25
Octal 165 110 150 0 46 13 66 475 30 45
Binary 1110101 1001000 1101000 0 100110 1011 110110 100111101 11000 100101

Color Harmonies of #754868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754868

Black with #754868

Text Example


Text Example

White with #754868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754868; }

 p { color: rgb(117,72,104); }

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

background-color css

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

 a { background-color: rgb(117,72,104); }

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

border-color css

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

 span { border-color: rgb(117,72,104); }

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