Html Css Color HEX #755263 Cosmic

📋 copy color: '#755263'

red 117 ◦ green 82 ◦ blue 99

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

Shades of Cosmic #755263

Tints of Cosmic #755263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 39.26%
G = 27.52%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#755263 (or 0x755263) is known color: Cosmic. HEX triplet: 75, 52 and 63. RGB value is (117,82,99). Sum of RGB (Red+Green+Blue) = 117+82+99=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755263 is #8AAD9C. Grayscale: #5E5E5E. Windows color (decimal): -9088413 or 6509173. OLE color: 6509173.

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

Color convert

RGB 117 82 99 -
CMYK 0 0.30 0.15 0.54
HSL 330.86º 0.18% 0.39% -
HSV(B) 330.86º 0.3% 0.46% -
XYZ 12.61 10.72 13.21 -
YUV 94.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 117 82 99 0 0.30 0.15 0.54 330.86 0.18 0.39
Hex 75 52 63 0 1E F 36 14B 12 27
Octal 165 122 143 0 36 17 66 513 22 47
Binary 1110101 1010010 1100011 0 11110 1111 110110 101001011 10010 100111

Color Harmonies of #755263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755263

Black with #755263

Text Example


Text Example

White with #755263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755263; }

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

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

background-color css

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

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

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

border-color css

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

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

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