Html Css Color HEX #764E59 Cosmic

📋 copy color: '#764E59'

red 118 ◦ green 78 ◦ blue 89

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

Shades of Cosmic #764E59

Tints of Cosmic #764E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 41.4%
G = 27.37%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764E59 (or 0x764E59) is known color: Cosmic. HEX triplet: 76, 4E and 59. RGB value is (118,78,89). Sum of RGB (Red+Green+Blue) = 118+78+89=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E59 is #89B1A6. Grayscale: #5B5B5B. Windows color (decimal): -9023911 or 5852790. OLE color: 5852790.

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

Color convert

RGB 118 78 89 -
CMYK 0 0.34 0.25 0.54
HSL 343.5º 0.2% 0.38% -
HSV(B) 343.5º 0.34% 0.46% -
XYZ 12 10.02 10.75 -
YUV 91.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 118 78 89 0 0.34 0.25 0.54 343.5 0.2 0.38
Hex 76 4E 59 0 22 19 36 158 14 26
Octal 166 116 131 0 42 31 66 530 24 46
Binary 1110110 1001110 1011001 0 100010 11001 110110 101011000 10100 100110

Color Harmonies of #764E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E59

Black with #764E59

Text Example


Text Example

White with #764E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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