Html Css Color HEX #764E64 Cosmic

📋 copy color: '#764E64'

red 118 ◦ green 78 ◦ blue 100

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

Shades of Cosmic #764E64

Tints of Cosmic #764E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 39.86%
G = 26.35%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#764E64 (or 0x764E64) is known color: Cosmic. HEX triplet: 76, 4E and 64. RGB value is (118,78,100). Sum of RGB (Red+Green+Blue) = 118+78+100=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E64 is #89B19B. Grayscale: #5C5C5C. Windows color (decimal): -9023900 or 6573686. OLE color: 6573686.

HSL color Cylindrical-coordinate representation of color #764E64: hue angle of 327º 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 #764E64 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 100 -
CMYK 0 0.34 0.15 0.54
HSL 327º 0.2% 0.38% -
HSV(B) 327º 0.34% 0.46% -
XYZ 12.5 10.22 13.37 -
YUV 92.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 118 78 100 0 0.34 0.15 0.54 327 0.2 0.38
Hex 76 4E 64 0 22 F 36 147 14 26
Octal 166 116 144 0 42 17 66 507 24 46
Binary 1110110 1001110 1100100 0 100010 1111 110110 101000111 10100 100110

Color Harmonies of #764E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E64

Black with #764E64

Text Example


Text Example

White with #764E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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