Html Css Color HEX #754567 Cosmic

📋 copy color: '#754567'

red 117 ◦ green 69 ◦ blue 103

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

Shades of Cosmic #754567

Tints of Cosmic #754567

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 40.48%
G = 23.88%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#754567 (or 0x754567) is known color: Cosmic. HEX triplet: 75, 45 and 67. RGB value is (117,69,103). Sum of RGB (Red+Green+Blue) = 117+69+103=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #754567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754567 is #8ABA98. Grayscale: #575757. Windows color (decimal): -9091737 or 6767989. OLE color: 6767989.

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

Color convert

RGB 117 69 103 -
CMYK 0 0.41 0.12 0.54
HSL 317.5º 0.26% 0.36% -
HSV(B) 317.5º 0.41% 0.46% -
XYZ 11.91 9.02 13.94 -
YUV 87.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 117 69 103 0 0.41 0.12 0.54 317.5 0.26 0.36
Hex 75 45 67 0 29 C 36 13E 1A 24
Octal 165 105 147 0 51 14 66 476 32 44
Binary 1110101 1000101 1100111 0 101001 1100 110110 100111110 11010 100100

Color Harmonies of #754567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754567

Black with #754567

Text Example


Text Example

White with #754567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754567; }

 p { color: rgb(117,69,103); }

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

background-color css

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

 a { background-color: rgb(117,69,103); }

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

border-color css

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

 span { border-color: rgb(117,69,103); }

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