Html Css Color HEX #764E60 Cosmic

📋 copy color: '#764E60'

red 118 ◦ green 78 ◦ blue 96

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

Shades of Cosmic #764E60

Tints of Cosmic #764E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

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

R = 40.41%
G = 26.71%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#764E60 (or 0x764E60) is known color: Cosmic. HEX triplet: 76, 4E and 60. RGB value is (118,78,96). Sum of RGB (Red+Green+Blue) = 118+78+96=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #764E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E60 is #89B19F. Grayscale: #5B5B5B. Windows color (decimal): -9023904 or 6311542. OLE color: 6311542.

HSL color Cylindrical-coordinate representation of color #764E60: hue angle of 333º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E60 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 96 -
CMYK 0 0.34 0.19 0.54
HSL 333º 0.2% 0.38% -
HSV(B) 333º 0.34% 0.46% -
XYZ 12.31 10.14 12.38 -
YUV 92.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 118 78 96 0 0.34 0.19 0.54 333 0.2 0.38
Hex 76 4E 60 0 22 13 36 14D 14 26
Octal 166 116 140 0 42 23 66 515 24 46
Binary 1110110 1001110 1100000 0 100010 10011 110110 101001101 10100 100110

Color Harmonies of #764E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E60

Black with #764E60

Text Example


Text Example

White with #764E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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