Html Css Color HEX #764D5A Cosmic

📋 copy color: '#764D5A'

red 118 ◦ green 77 ◦ blue 90

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

Shades of Cosmic #764D5A

Tints of Cosmic #764D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 41.4%
G = 27.02%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#764D5A (or 0x764D5A) is known color: Cosmic. HEX triplet: 76, 4D and 5A. RGB value is (118,77,90). Sum of RGB (Red+Green+Blue) = 118+77+90=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D5A is #89B2A5. Grayscale: #5A5A5A. Windows color (decimal): -9024166 or 5918070. OLE color: 5918070.

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

Color convert

RGB 118 77 90 -
CMYK 0 0.35 0.24 0.54
HSL 340.98º 0.21% 0.38% -
HSV(B) 340.98º 0.35% 0.46% -
XYZ 11.97 9.9 10.95 -
YUV 90.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 118 77 90 0 0.35 0.24 0.54 340.98 0.21 0.38
Hex 76 4D 5A 0 23 18 36 155 15 26
Octal 166 115 132 0 43 30 66 525 25 46
Binary 1110110 1001101 1011010 0 100011 11000 110110 101010101 10101 100110

Color Harmonies of #764D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D5A

Black with #764D5A

Text Example


Text Example

White with #764D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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