Html Css Color HEX #764856 Cosmic

📋 copy color: '#764856'

red 118 ◦ green 72 ◦ blue 86

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

Shades of Cosmic #764856

Tints of Cosmic #764856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 42.75%
G = 26.09%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#764856 (or 0x764856) is known color: Cosmic. HEX triplet: 76, 48 and 56. RGB value is (118,72,86). Sum of RGB (Red+Green+Blue) = 118+72+86=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #764856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764856 is #89B7A9. Grayscale: #575757. Windows color (decimal): -9025450 or 5654646. OLE color: 5654646.

HSL color Cylindrical-coordinate representation of color #764856: hue angle of 341.74º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764856 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 86 -
CMYK 0 0.39 0.27 0.54
HSL 341.74º 0.24% 0.37% -
HSV(B) 341.74º 0.39% 0.46% -
XYZ 11.47 9.16 9.97 -
YUV 87.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 118 72 86 0 0.39 0.27 0.54 341.74 0.24 0.37
Hex 76 48 56 0 27 1B 36 156 18 25
Octal 166 110 126 0 47 33 66 526 30 45
Binary 1110110 1001000 1010110 0 100111 11011 110110 101010110 11000 100101

Color Harmonies of #764856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764856

Black with #764856

Text Example


Text Example

White with #764856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764856; }

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

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

background-color css

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

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

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

border-color css

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

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

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