Html Css Color HEX #765666 Cosmic

📋 copy color: '#765666'

red 118 ◦ green 86 ◦ blue 102

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

Shades of Cosmic #765666

Tints of Cosmic #765666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 38.56%
G = 28.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765666 (or 0x765666) is known color: Cosmic. HEX triplet: 76, 56 and 66. RGB value is (118,86,102). Sum of RGB (Red+Green+Blue) = 118+86+102=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765666 is #89A999. Grayscale: #616161. Windows color (decimal): -9021850 or 6706806. OLE color: 6706806.

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

Color convert

RGB 118 86 102 -
CMYK 0 0.27 0.14 0.54
HSL 330º 0.16% 0.4% -
HSV(B) 330º 0.27% 0.46% -
XYZ 13.2 11.47 14.09 -
YUV 97.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 118 86 102 0 0.27 0.14 0.54 330 0.16 0.4
Hex 76 56 66 0 1B E 36 14A 10 28
Octal 166 126 146 0 33 16 66 512 20 50
Binary 1110110 1010110 1100110 0 11011 1110 110110 101001010 10000 101000

Color Harmonies of #765666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765666

Black with #765666

Text Example


Text Example

White with #765666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765666; }

 p { color: rgb(118,86,102); }

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

background-color css

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

 a { background-color: rgb(118,86,102); }

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

border-color css

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

 span { border-color: rgb(118,86,102); }

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