Html Css Color HEX #755363 Cosmic

📋 copy color: '#755363'

red 117 ◦ green 83 ◦ blue 99

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

Shades of Cosmic #755363

Tints of Cosmic #755363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

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

R = 39.13%
G = 27.76%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#755363 (or 0x755363) is known color: Cosmic. HEX triplet: 75, 53 and 63. RGB value is (117,83,99). Sum of RGB (Red+Green+Blue) = 117+83+99=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755363 is #8AAC9C. Grayscale: #5E5E5E. Windows color (decimal): -9088157 or 6509429. OLE color: 6509429.

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

Color convert

RGB 117 83 99 -
CMYK 0 0.29 0.15 0.54
HSL 331.76º 0.17% 0.39% -
HSV(B) 331.76º 0.29% 0.46% -
XYZ 12.68 10.87 13.23 -
YUV 94.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 117 83 99 0 0.29 0.15 0.54 331.76 0.17 0.39
Hex 75 53 63 0 1D F 36 14C 11 27
Octal 165 123 143 0 35 17 66 514 21 47
Binary 1110101 1010011 1100011 0 11101 1111 110110 101001100 10001 100111

Color Harmonies of #755363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755363

Black with #755363

Text Example


Text Example

White with #755363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755363; }

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

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

background-color css

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

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

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

border-color css

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

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

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