Html Css Color HEX #765868 Cosmic

📋 copy color: '#765868'

red 118 ◦ green 88 ◦ blue 104

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

Shades of Cosmic #765868

Tints of Cosmic #765868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 38.06%
G = 28.39%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#765868 (or 0x765868) is known color: Cosmic. HEX triplet: 76, 58 and 68. RGB value is (118,88,104). Sum of RGB (Red+Green+Blue) = 118+88+104=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #765868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765868 is #89A797. Grayscale: #626262. Windows color (decimal): -9021336 or 6838390. OLE color: 6838390.

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

Color convert

RGB 118 88 104 -
CMYK 0 0.25 0.12 0.54
HSL 328º 0.15% 0.4% -
HSV(B) 328º 0.25% 0.46% -
XYZ 13.46 11.83 14.67 -
YUV 98.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 118 88 104 0 0.25 0.12 0.54 328 0.15 0.4
Hex 76 58 68 0 19 C 36 148 F 28
Octal 166 130 150 0 31 14 66 510 17 50
Binary 1110110 1011000 1101000 0 11001 1100 110110 101001000 1111 101000

Color Harmonies of #765868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765868

Black with #765868

Text Example


Text Example

White with #765868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765868; }

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

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

background-color css

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

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

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

border-color css

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

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

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