Html Css Color HEX #765460 Cosmic

📋 copy color: '#765460'

red 118 ◦ green 84 ◦ blue 96

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

Shades of Cosmic #765460

Tints of Cosmic #765460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

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

R = 39.6%
G = 28.19%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#765460 (or 0x765460) is known color: Cosmic. HEX triplet: 76, 54 and 60. RGB value is (118,84,96). Sum of RGB (Red+Green+Blue) = 118+84+96=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #765460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765460 is #89AB9F. Grayscale: #5F5F5F. Windows color (decimal): -9022368 or 6313078. OLE color: 6313078.

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

Color convert

RGB 118 84 96 -
CMYK 0 0.29 0.19 0.54
HSL 338.82º 0.17% 0.4% -
HSV(B) 338.82º 0.29% 0.46% -
XYZ 12.75 11.04 12.52 -
YUV 95.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 118 84 96 0 0.29 0.19 0.54 338.82 0.17 0.4
Hex 76 54 60 0 1D 13 36 153 11 28
Octal 166 124 140 0 35 23 66 523 21 50
Binary 1110110 1010100 1100000 0 11101 10011 110110 101010011 10001 101000

Color Harmonies of #765460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765460

Black with #765460

Text Example


Text Example

White with #765460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765460; }

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

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

background-color css

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

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

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

border-color css

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

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

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