Html Css Color HEX #754261 Cosmic

📋 copy color: '#754261'

red 117 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #754261

Tints of Cosmic #754261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 41.79%
G = 23.57%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#754261 (or 0x754261) is known color: Cosmic. HEX triplet: 75, 42 and 61. RGB value is (117,66,97). Sum of RGB (Red+Green+Blue) = 117+66+97=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #754261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754261 is #8ABD9E. Grayscale: #545454. Windows color (decimal): -9092511 or 6374005. OLE color: 6374005.

HSL color Cylindrical-coordinate representation of color #754261: hue angle of 323.53º 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 #754261 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 97 -
CMYK 0 0.44 0.17 0.54
HSL 323.53º 0.28% 0.36% -
HSV(B) 323.53º 0.44% 0.46% -
XYZ 11.44 8.54 12.35 -
YUV 84.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 117 66 97 0 0.44 0.17 0.54 323.53 0.28 0.36
Hex 75 42 61 0 2C 11 36 144 1C 24
Octal 165 102 141 0 54 21 66 504 34 44
Binary 1110101 1000010 1100001 0 101100 10001 110110 101000100 11100 100100

Color Harmonies of #754261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754261

Black with #754261

Text Example


Text Example

White with #754261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754261; }

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

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

background-color css

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

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

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

border-color css

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

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

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