Html Css Color HEX #754669 Cosmic

📋 copy color: '#754669'

red 117 ◦ green 70 ◦ blue 105

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

Shades of Cosmic #754669

Tints of Cosmic #754669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 40.07%
G = 23.97%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#754669 (or 0x754669) is known color: Cosmic. HEX triplet: 75, 46 and 69. RGB value is (117,70,105). Sum of RGB (Red+Green+Blue) = 117+70+105=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #754669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754669 is #8AB996. Grayscale: #575757. Windows color (decimal): -9091479 or 6899317. OLE color: 6899317.

HSL color Cylindrical-coordinate representation of color #754669: hue angle of 315.32º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754669 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 105 -
CMYK 0 0.40 0.10 0.54
HSL 315.32º 0.25% 0.37% -
HSV(B) 315.32º 0.4% 0.46% -
XYZ 12.08 9.18 14.5 -
YUV 88.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 117 70 105 0 0.40 0.10 0.54 315.32 0.25 0.37
Hex 75 46 69 0 28 A 36 13B 19 25
Octal 165 106 151 0 50 12 66 473 31 45
Binary 1110101 1000110 1101001 0 101000 1010 110110 100111011 11001 100101

Color Harmonies of #754669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754669

Black with #754669

Text Example


Text Example

White with #754669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754669; }

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

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

background-color css

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

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

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

border-color css

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

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

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