Html Css Color HEX #764E5B Cosmic

📋 copy color: '#764E5B'

red 118 ◦ green 78 ◦ blue 91

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

Shades of Cosmic #764E5B

Tints of Cosmic #764E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 41.11%
G = 27.18%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#764E5B (or 0x764E5B) is known color: Cosmic. HEX triplet: 76, 4E and 5B. RGB value is (118,78,91). Sum of RGB (Red+Green+Blue) = 118+78+91=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E5B is #89B1A4. Grayscale: #5B5B5B. Windows color (decimal): -9023909 or 5983862. OLE color: 5983862.

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

Color convert

RGB 118 78 91 -
CMYK 0 0.34 0.23 0.54
HSL 340.5º 0.2% 0.38% -
HSV(B) 340.5º 0.34% 0.46% -
XYZ 12.08 10.06 11.2 -
YUV 91.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 118 78 91 0 0.34 0.23 0.54 340.5 0.2 0.38
Hex 76 4E 5B 0 22 17 36 154 14 26
Octal 166 116 133 0 42 27 66 524 24 46
Binary 1110110 1001110 1011011 0 100010 10111 110110 101010100 10100 100110

Color Harmonies of #764E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E5B

Black with #764E5B

Text Example


Text Example

White with #764E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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