Html Css Color HEX #765860 Cosmic

📋 copy color: '#765860'

red 118 ◦ green 88 ◦ blue 96

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

Shades of Cosmic #765860

Tints of Cosmic #765860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 39.07%
G = 29.14%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#765860 (or 0x765860) is known color: Cosmic. HEX triplet: 76, 58 and 60. RGB value is (118,88,96). Sum of RGB (Red+Green+Blue) = 118+88+96=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765860 is #89A79F. Grayscale: #616161. Windows color (decimal): -9021344 or 6314102. OLE color: 6314102.

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

Color convert

RGB 118 88 96 -
CMYK 0 0.25 0.19 0.54
HSL 344º 0.15% 0.4% -
HSV(B) 344º 0.25% 0.46% -
XYZ 13.07 11.68 12.63 -
YUV 97.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 118 88 96 0 0.25 0.19 0.54 344 0.15 0.4
Hex 76 58 60 0 19 13 36 158 F 28
Octal 166 130 140 0 31 23 66 530 17 50
Binary 1110110 1011000 1100000 0 11001 10011 110110 101011000 1111 101000

Color Harmonies of #765860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765860

Black with #765860

Text Example


Text Example

White with #765860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765860; }

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

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

background-color css

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

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

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

border-color css

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

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

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