Html Css Color HEX #754264 Cosmic

📋 copy color: '#754264'

red 117 ◦ green 66 ◦ blue 100

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

Shades of Cosmic #754264

Tints of Cosmic #754264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 41.34%
G = 23.32%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#754264 (or 0x754264) is known color: Cosmic. HEX triplet: 75, 42 and 64. RGB value is (117,66,100). Sum of RGB (Red+Green+Blue) = 117+66+100=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754264 is #8ABD9B. Grayscale: #555555. Windows color (decimal): -9092508 or 6570613. OLE color: 6570613.

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

Color convert

RGB 117 66 100 -
CMYK 0 0.44 0.15 0.54
HSL 320º 0.28% 0.36% -
HSV(B) 320º 0.44% 0.46% -
XYZ 11.58 8.6 13.11 -
YUV 85.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 117 66 100 0 0.44 0.15 0.54 320 0.28 0.36
Hex 75 42 64 0 2C F 36 140 1C 24
Octal 165 102 144 0 54 17 66 500 34 44
Binary 1110101 1000010 1100100 0 101100 1111 110110 101000000 11100 100100

Color Harmonies of #754264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754264

Black with #754264

Text Example


Text Example

White with #754264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754264; }

 p { color: rgb(117,66,100); }

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

background-color css

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

 a { background-color: rgb(117,66,100); }

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

border-color css

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

 span { border-color: rgb(117,66,100); }

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