Html Css Color HEX #755163 Cosmic

📋 copy color: '#755163'

red 117 ◦ green 81 ◦ blue 99

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

Shades of Cosmic #755163

Tints of Cosmic #755163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

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

R = 39.39%
G = 27.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#755163 (or 0x755163) is known color: Cosmic. HEX triplet: 75, 51 and 63. RGB value is (117,81,99). Sum of RGB (Red+Green+Blue) = 117+81+99=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755163 is #8AAE9C. Grayscale: #5D5D5D. Windows color (decimal): -9088669 or 6508917. OLE color: 6508917.

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

Color convert

RGB 117 81 99 -
CMYK 0 0.31 0.15 0.54
HSL 330º 0.18% 0.39% -
HSV(B) 330º 0.31% 0.46% -
XYZ 12.53 10.57 13.18 -
YUV 93.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 117 81 99 0 0.31 0.15 0.54 330 0.18 0.39
Hex 75 51 63 0 1F F 36 14A 12 27
Octal 165 121 143 0 37 17 66 512 22 47
Binary 1110101 1010001 1100011 0 11111 1111 110110 101001010 10010 100111

Color Harmonies of #755163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755163

Black with #755163

Text Example


Text Example

White with #755163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755163; }

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

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

background-color css

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

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

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

border-color css

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

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

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