Html Css Color HEX #765566 Cosmic

📋 copy color: '#765566'

red 118 ◦ green 85 ◦ blue 102

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

Shades of Cosmic #765566

Tints of Cosmic #765566

RGB

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

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

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

R = 38.69%
G = 27.87%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765566 (or 0x765566) is known color: Cosmic. HEX triplet: 76, 55 and 66. RGB value is (118,85,102). Sum of RGB (Red+Green+Blue) = 118+85+102=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765566 is #89AA99. Grayscale: #606060. Windows color (decimal): -9022106 or 6706550. OLE color: 6706550.

HSL color Cylindrical-coordinate representation of color #765566: hue angle of 329.09º 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 #765566 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 102 -
CMYK 0 0.28 0.14 0.54
HSL 329.09º 0.16% 0.4% -
HSV(B) 329.09º 0.28% 0.46% -
XYZ 13.12 11.31 14.06 -
YUV 96.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 118 85 102 0 0.28 0.14 0.54 329.09 0.16 0.4
Hex 76 55 66 0 1C E 36 149 10 28
Octal 166 125 146 0 34 16 66 511 20 50
Binary 1110110 1010101 1100110 0 11100 1110 110110 101001001 10000 101000

Color Harmonies of #765566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765566

Black with #765566

Text Example


Text Example

White with #765566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765566; }

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

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

background-color css

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

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

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

border-color css

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

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

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