Html Css Color HEX #754762 Cosmic

📋 copy color: '#754762'

red 117 ◦ green 71 ◦ blue 98

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

Shades of Cosmic #754762

Tints of Cosmic #754762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

 BLUE value IS 98 (38.67% from 255) = 34.27%

R = 40.91%
G = 24.83%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#754762 (or 0x754762) is known color: Cosmic. HEX triplet: 75, 47 and 62. RGB value is (117,71,98). Sum of RGB (Red+Green+Blue) = 117+71+98=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #754762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754762 is #8AB89D. Grayscale: #575757. Windows color (decimal): -9091230 or 6440821. OLE color: 6440821.

HSL color Cylindrical-coordinate representation of color #754762: hue angle of 324.78º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754762 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 98 -
CMYK 0 0.39 0.16 0.54
HSL 324.78º 0.24% 0.37% -
HSV(B) 324.78º 0.39% 0.46% -
XYZ 11.79 9.17 12.7 -
YUV 87.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 117 71 98 0 0.39 0.16 0.54 324.78 0.24 0.37
Hex 75 47 62 0 27 10 36 145 18 25
Octal 165 107 142 0 47 20 66 505 30 45
Binary 1110101 1000111 1100010 0 100111 10000 110110 101000101 11000 100101

Color Harmonies of #754762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754762

Black with #754762

Text Example


Text Example

White with #754762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754762; }

 p { color: rgb(117,71,98); }

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

background-color css

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

 a { background-color: rgb(117,71,98); }

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

border-color css

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

 span { border-color: rgb(117,71,98); }

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