Html Css Color HEX #755763 Cosmic

📋 copy color: '#755763'

red 117 ◦ green 87 ◦ blue 99

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

Shades of Cosmic #755763

Tints of Cosmic #755763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

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

R = 38.61%
G = 28.71%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#755763 (or 0x755763) is known color: Cosmic. HEX triplet: 75, 57 and 63. RGB value is (117,87,99). Sum of RGB (Red+Green+Blue) = 117+87+99=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #755763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755763 is #8AA89C. Grayscale: #616161. Windows color (decimal): -9087133 or 6510453. OLE color: 6510453.

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

Color convert

RGB 117 87 99 -
CMYK 0 0.26 0.15 0.54
HSL 336º 0.15% 0.4% -
HSV(B) 336º 0.26% 0.46% -
XYZ 13 11.5 13.34 -
YUV 97.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 117 87 99 0 0.26 0.15 0.54 336 0.15 0.4
Hex 75 57 63 0 1A F 36 150 F 28
Octal 165 127 143 0 32 17 66 520 17 50
Binary 1110101 1010111 1100011 0 11010 1111 110110 101010000 1111 101000

Color Harmonies of #755763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755763

Black with #755763

Text Example


Text Example

White with #755763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755763; }

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

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

background-color css

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

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

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

border-color css

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

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

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