Html Css Color HEX #765766 Cosmic

📋 copy color: '#765766'

red 118 ◦ green 87 ◦ blue 102

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

Shades of Cosmic #765766

Tints of Cosmic #765766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

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

R = 38.44%
G = 28.34%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#765766 (or 0x765766) is known color: Cosmic. HEX triplet: 76, 57 and 66. RGB value is (118,87,102). Sum of RGB (Red+Green+Blue) = 118+87+102=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765766 is #89A899. Grayscale: #616161. Windows color (decimal): -9021594 or 6707062. OLE color: 6707062.

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

Color convert

RGB 118 87 102 -
CMYK 0 0.26 0.14 0.54
HSL 330.97º 0.15% 0.4% -
HSV(B) 330.97º 0.26% 0.46% -
XYZ 13.28 11.63 14.11 -
YUV 97.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 118 87 102 0 0.26 0.14 0.54 330.97 0.15 0.4
Hex 76 57 66 0 1A E 36 14B F 28
Octal 166 127 146 0 32 16 66 513 17 50
Binary 1110110 1010111 1100110 0 11010 1110 110110 101001011 1111 101000

Color Harmonies of #765766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765766

Black with #765766

Text Example


Text Example

White with #765766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765766; }

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

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

background-color css

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

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

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

border-color css

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

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

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