Html Css Color HEX #755462 Cosmic

📋 copy color: '#755462'

red 117 ◦ green 84 ◦ blue 98

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

Shades of Cosmic #755462

Tints of Cosmic #755462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 39.13%
G = 28.09%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#755462 (or 0x755462) is known color: Cosmic. HEX triplet: 75, 54 and 62. RGB value is (117,84,98). Sum of RGB (Red+Green+Blue) = 117+84+98=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755462 is #8AAB9D. Grayscale: #5F5F5F. Windows color (decimal): -9087902 or 6444149. OLE color: 6444149.

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

Color convert

RGB 117 84 98 -
CMYK 0 0.28 0.16 0.54
HSL 334.55º 0.16% 0.39% -
HSV(B) 334.55º 0.28% 0.46% -
XYZ 12.71 11 13.01 -
YUV 95.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 117 84 98 0 0.28 0.16 0.54 334.55 0.16 0.39
Hex 75 54 62 0 1C 10 36 14F 10 27
Octal 165 124 142 0 34 20 66 517 20 47
Binary 1110101 1010100 1100010 0 11100 10000 110110 101001111 10000 100111

Color Harmonies of #755462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755462

Black with #755462

Text Example


Text Example

White with #755462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755462; }

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

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

background-color css

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

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

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

border-color css

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

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

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