Html Css Color HEX #764D5D Cosmic

📋 copy color: '#764D5D'

red 118 ◦ green 77 ◦ blue 93

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

Shades of Cosmic #764D5D

Tints of Cosmic #764D5D

RGB

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

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

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

R = 40.97%
G = 26.74%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#764D5D (or 0x764D5D) is known color: Cosmic. HEX triplet: 76, 4D and 5D. RGB value is (118,77,93). Sum of RGB (Red+Green+Blue) = 118+77+93=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D5D is #89B2A2. Grayscale: #5B5B5B. Windows color (decimal): -9024163 or 6114678. OLE color: 6114678.

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

Color convert

RGB 118 77 93 -
CMYK 0 0.35 0.21 0.54
HSL 336.59º 0.21% 0.38% -
HSV(B) 336.59º 0.35% 0.46% -
XYZ 12.1 9.95 11.64 -
YUV 91.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 118 77 93 0 0.35 0.21 0.54 336.59 0.21 0.38
Hex 76 4D 5D 0 23 15 36 151 15 26
Octal 166 115 135 0 43 25 66 521 25 46
Binary 1110110 1001101 1011101 0 100011 10101 110110 101010001 10101 100110

Color Harmonies of #764D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D5D

Black with #764D5D

Text Example


Text Example

White with #764D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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