Html Css Color HEX #765056 Falcon

📋 copy color: '#765056'

red 118 ◦ green 80 ◦ blue 86

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

Shades of Falcon #765056

Tints of Falcon #765056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 41.55%
G = 28.17%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#765056 (or 0x765056) is known color: Falcon. HEX triplet: 76, 50 and 56. RGB value is (118,80,86). Sum of RGB (Red+Green+Blue) = 118+80+86=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #765056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765056 is #89AFA9. Grayscale: #5C5C5C. Windows color (decimal): -9023402 or 5656694. OLE color: 5656694.

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

Color convert

RGB 118 80 86 -
CMYK 0 0.32 0.27 0.54
HSL 350.53º 0.19% 0.39% -
HSV(B) 350.53º 0.32% 0.46% -
XYZ 12.02 10.26 10.15 -
YUV 92.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 118 80 86 0 0.32 0.27 0.54 350.53 0.19 0.39
Hex 76 50 56 0 20 1B 36 15F 13 27
Octal 166 120 126 0 40 33 66 537 23 47
Binary 1110110 1010000 1010110 0 100000 11011 110110 101011111 10011 100111

Color Harmonies of #765056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765056

Black with #765056

Text Example


Text Example

White with #765056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765056; }

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

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

background-color css

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

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

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

border-color css

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

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

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