Html Css Color HEX #764D56 Cosmic

📋 copy color: '#764D56'

red 118 ◦ green 77 ◦ blue 86

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

Shades of Cosmic #764D56

Tints of Cosmic #764D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.6%

R = 41.99%
G = 27.4%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#764D56 (or 0x764D56) is known color: Cosmic. HEX triplet: 76, 4D and 56. RGB value is (118,77,86). Sum of RGB (Red+Green+Blue) = 118+77+86=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #764D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D56 is #89B2A9. Grayscale: #5A5A5A. Windows color (decimal): -9024170 or 5655926. OLE color: 5655926.

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

Color convert

RGB 118 77 86 -
CMYK 0 0.35 0.27 0.54
HSL 346.83º 0.21% 0.38% -
HSV(B) 346.83º 0.35% 0.46% -
XYZ 11.8 9.83 10.08 -
YUV 90.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 118 77 86 0 0.35 0.27 0.54 346.83 0.21 0.38
Hex 76 4D 56 0 23 1B 36 15B 15 26
Octal 166 115 126 0 43 33 66 533 25 46
Binary 1110110 1001101 1010110 0 100011 11011 110110 101011011 10101 100110

Color Harmonies of #764D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D56

Black with #764D56

Text Example


Text Example

White with #764D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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