Html Css Color HEX #754969 Cosmic

📋 copy color: '#754969'

red 117 ◦ green 73 ◦ blue 105

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

Shades of Cosmic #754969

Tints of Cosmic #754969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 39.66%
G = 24.75%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#754969 (or 0x754969) is known color: Cosmic. HEX triplet: 75, 49 and 69. RGB value is (117,73,105). Sum of RGB (Red+Green+Blue) = 117+73+105=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754969 is #8AB696. Grayscale: #595959. Windows color (decimal): -9090711 or 6900085. OLE color: 6900085.

HSL color Cylindrical-coordinate representation of color #754969: hue angle of 316.36º degrees, saturation: 0.23, 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 #754969 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 105 -
CMYK 0 0.38 0.10 0.54
HSL 316.36º 0.23% 0.37% -
HSV(B) 316.36º 0.38% 0.46% -
XYZ 12.27 9.57 14.56 -
YUV 89.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 117 73 105 0 0.38 0.10 0.54 316.36 0.23 0.37
Hex 75 49 69 0 26 A 36 13C 17 25
Octal 165 111 151 0 46 12 66 474 27 45
Binary 1110101 1001001 1101001 0 100110 1010 110110 100111100 10111 100101

Color Harmonies of #754969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754969

Black with #754969

Text Example


Text Example

White with #754969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754969; }

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

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

background-color css

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

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

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

border-color css

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

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

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