Html Css Color HEX #755262 Cosmic

📋 copy color: '#755262'

red 117 ◦ green 82 ◦ blue 98

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

Shades of Cosmic #755262

Tints of Cosmic #755262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 39.39%
G = 27.61%
B = 33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#755262 (or 0x755262) is known color: Cosmic. HEX triplet: 75, 52 and 62. RGB value is (117,82,98). Sum of RGB (Red+Green+Blue) = 117+82+98=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755262 is #8AAD9D. Grayscale: #5E5E5E. Windows color (decimal): -9088414 or 6443637. OLE color: 6443637.

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

Color convert

RGB 117 82 98 -
CMYK 0 0.30 0.16 0.54
HSL 332.57º 0.18% 0.39% -
HSV(B) 332.57º 0.3% 0.46% -
XYZ 12.56 10.7 12.96 -
YUV 94.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 117 82 98 0 0.30 0.16 0.54 332.57 0.18 0.39
Hex 75 52 62 0 1E 10 36 14D 12 27
Octal 165 122 142 0 36 20 66 515 22 47
Binary 1110101 1010010 1100010 0 11110 10000 110110 101001101 10010 100111

Color Harmonies of #755262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755262

Black with #755262

Text Example


Text Example

White with #755262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755262; }

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

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

background-color css

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

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

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

border-color css

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

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

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