Html Css Color HEX #765563 Cosmic

📋 copy color: '#765563'

red 118 ◦ green 85 ◦ blue 99

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

Shades of Cosmic #765563

Tints of Cosmic #765563

RGB

 RED value IS 118 (46.48% from 255) = 39.07%

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 39.07%
G = 28.15%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#765563 (or 0x765563) is known color: Cosmic. HEX triplet: 76, 55 and 63. RGB value is (118,85,99). Sum of RGB (Red+Green+Blue) = 118+85+99=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765563 is #89AA9C. Grayscale: #606060. Windows color (decimal): -9022109 or 6509942. OLE color: 6509942.

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

Color convert

RGB 118 85 99 -
CMYK 0 0.28 0.16 0.54
HSL 334.55º 0.16% 0.4% -
HSV(B) 334.55º 0.28% 0.46% -
XYZ 12.97 11.25 13.29 -
YUV 96.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 118 85 99 0 0.28 0.16 0.54 334.55 0.16 0.4
Hex 76 55 63 0 1C 10 36 14F 10 28
Octal 166 125 143 0 34 20 66 517 20 50
Binary 1110110 1010101 1100011 0 11100 10000 110110 101001111 10000 101000

Color Harmonies of #765563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765563

Black with #765563

Text Example


Text Example

White with #765563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765563; }

 p { color: rgb(118,85,99); }

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

background-color css

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

 a { background-color: rgb(118,85,99); }

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

border-color css

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

 span { border-color: rgb(118,85,99); }

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