Html Css Color HEX #764D5E Cosmic

📋 copy color: '#764D5E'

red 118 ◦ green 77 ◦ blue 94

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

Shades of Cosmic #764D5E

Tints of Cosmic #764D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 40.83%
G = 26.64%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#764D5E (or 0x764D5E) is known color: Cosmic. HEX triplet: 76, 4D and 5E. RGB value is (118,77,94). Sum of RGB (Red+Green+Blue) = 118+77+94=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D5E is #89B2A1. Grayscale: #5B5B5B. Windows color (decimal): -9024162 or 6180214. OLE color: 6180214.

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

Color convert

RGB 118 77 94 -
CMYK 0 0.35 0.20 0.54
HSL 335.12º 0.21% 0.38% -
HSV(B) 335.12º 0.35% 0.46% -
XYZ 12.15 9.97 11.87 -
YUV 91.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 118 77 94 0 0.35 0.20 0.54 335.12 0.21 0.38
Hex 76 4D 5E 0 23 14 36 14F 15 26
Octal 166 115 136 0 43 24 66 517 25 46
Binary 1110110 1001101 1011110 0 100011 10100 110110 101001111 10101 100110

Color Harmonies of #764D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D5E

Black with #764D5E

Text Example


Text Example

White with #764D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,94); }

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

background-color css

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

 a { background-color: rgb(118,77,94); }

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

border-color css

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

 span { border-color: rgb(118,77,94); }

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