Html Css Color HEX #754262 Cosmic

📋 copy color: '#754262'

red 117 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #754262

Tints of Cosmic #754262

RGB

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

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

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

R = 41.64%
G = 23.49%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#754262 (or 0x754262) is known color: Cosmic. HEX triplet: 75, 42 and 62. RGB value is (117,66,98). Sum of RGB (Red+Green+Blue) = 117+66+98=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #754262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754262 is #8ABD9D. Grayscale: #545454. Windows color (decimal): -9092510 or 6439541. OLE color: 6439541.

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

Color convert

RGB 117 66 98 -
CMYK 0 0.44 0.16 0.54
HSL 322.35º 0.28% 0.36% -
HSV(B) 322.35º 0.44% 0.46% -
XYZ 11.49 8.56 12.6 -
YUV 84.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 117 66 98 0 0.44 0.16 0.54 322.35 0.28 0.36
Hex 75 42 62 0 2C 10 36 142 1C 24
Octal 165 102 142 0 54 20 66 502 34 44
Binary 1110101 1000010 1100010 0 101100 10000 110110 101000010 11100 100100

Color Harmonies of #754262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754262

Black with #754262

Text Example


Text Example

White with #754262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754262; }

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

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

background-color css

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

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

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

border-color css

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

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

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