Html Css Color HEX #764E5C Cosmic

📋 copy color: '#764E5C'

red 118 ◦ green 78 ◦ blue 92

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

Shades of Cosmic #764E5C

Tints of Cosmic #764E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 40.97%
G = 27.08%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#764E5C (or 0x764E5C) is known color: Cosmic. HEX triplet: 76, 4E and 5C. RGB value is (118,78,92). Sum of RGB (Red+Green+Blue) = 118+78+92=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E5C is #89B1A3. Grayscale: #5B5B5B. Windows color (decimal): -9023908 or 6049398. OLE color: 6049398.

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

Color convert

RGB 118 78 92 -
CMYK 0 0.34 0.22 0.54
HSL 339º 0.2% 0.38% -
HSV(B) 339º 0.34% 0.46% -
XYZ 12.13 10.07 11.43 -
YUV 91.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 118 78 92 0 0.34 0.22 0.54 339 0.2 0.38
Hex 76 4E 5C 0 22 16 36 153 14 26
Octal 166 116 134 0 42 26 66 523 24 46
Binary 1110110 1001110 1011100 0 100010 10110 110110 101010011 10100 100110

Color Harmonies of #764E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E5C

Black with #764E5C

Text Example


Text Example

White with #764E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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