Html Css Color HEX #764E62 Cosmic

📋 copy color: '#764E62'

red 118 ◦ green 78 ◦ blue 98

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

Shades of Cosmic #764E62

Tints of Cosmic #764E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 40.14%
G = 26.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#764E62 (or 0x764E62) is known color: Cosmic. HEX triplet: 76, 4E and 62. RGB value is (118,78,98). Sum of RGB (Red+Green+Blue) = 118+78+98=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #764E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E62 is #89B19D. Grayscale: #5C5C5C. Windows color (decimal): -9023902 or 6442614. OLE color: 6442614.

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

Color convert

RGB 118 78 98 -
CMYK 0 0.34 0.17 0.54
HSL 330º 0.2% 0.38% -
HSV(B) 330º 0.34% 0.46% -
XYZ 12.4 10.18 12.87 -
YUV 92.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 118 78 98 0 0.34 0.17 0.54 330 0.2 0.38
Hex 76 4E 62 0 22 11 36 14A 14 26
Octal 166 116 142 0 42 21 66 512 24 46
Binary 1110110 1001110 1100010 0 100010 10001 110110 101001010 10100 100110

Color Harmonies of #764E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E62

Black with #764E62

Text Example


Text Example

White with #764E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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