Html Css Color HEX #764C5D Cosmic

📋 copy color: '#764C5D'

red 118 ◦ green 76 ◦ blue 93

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

Shades of Cosmic #764C5D

Tints of Cosmic #764C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.48%

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 41.11%
G = 26.48%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#764C5D (or 0x764C5D) is known color: Cosmic. HEX triplet: 76, 4C and 5D. RGB value is (118,76,93). Sum of RGB (Red+Green+Blue) = 118+76+93=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C5D is #89B3A2. Grayscale: #5A5A5A. Windows color (decimal): -9024419 or 6114422. OLE color: 6114422.

HSL color Cylindrical-coordinate representation of color #764C5D: hue angle of 335.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764C5D is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 93 -
CMYK 0 0.36 0.21 0.54
HSL 335.71º 0.22% 0.38% -
HSV(B) 335.71º 0.36% 0.46% -
XYZ 12.03 9.81 11.62 -
YUV 90.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 118 76 93 0 0.36 0.21 0.54 335.71 0.22 0.38
Hex 76 4C 5D 0 24 15 36 150 16 26
Octal 166 114 135 0 44 25 66 520 26 46
Binary 1110110 1001100 1011101 0 100100 10101 110110 101010000 10110 100110

Color Harmonies of #764C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C5D

Black with #764C5D

Text Example


Text Example

White with #764C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,76,93); }

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

background-color css

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

 a { background-color: rgb(118,76,93); }

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

border-color css

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

 span { border-color: rgb(118,76,93); }

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