Html Css Color HEX #765060 Cosmic

📋 copy color: '#765060'

red 118 ◦ green 80 ◦ blue 96

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

Shades of Cosmic #765060

Tints of Cosmic #765060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 40.14%
G = 27.21%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#765060 (or 0x765060) is known color: Cosmic. HEX triplet: 76, 50 and 60. RGB value is (118,80,96). Sum of RGB (Red+Green+Blue) = 118+80+96=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #765060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765060 is #89AF9F. Grayscale: #5D5D5D. Windows color (decimal): -9023392 or 6312054. OLE color: 6312054.

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

Color convert

RGB 118 80 96 -
CMYK 0 0.32 0.19 0.54
HSL 334.74º 0.19% 0.39% -
HSV(B) 334.74º 0.32% 0.46% -
XYZ 12.45 10.43 12.42 -
YUV 93.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 118 80 96 0 0.32 0.19 0.54 334.74 0.19 0.39
Hex 76 50 60 0 20 13 36 14F 13 27
Octal 166 120 140 0 40 23 66 517 23 47
Binary 1110110 1010000 1100000 0 100000 10011 110110 101001111 10011 100111

Color Harmonies of #765060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765060

Black with #765060

Text Example


Text Example

White with #765060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765060; }

 p { color: rgb(118,80,96); }

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

background-color css

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

 a { background-color: rgb(118,80,96); }

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

border-color css

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

 span { border-color: rgb(118,80,96); }

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