Html Css Color HEX #765556 Falcon

📋 copy color: '#765556'

red 118 ◦ green 85 ◦ blue 86

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

Shades of Falcon #765556

Tints of Falcon #765556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 40.83%
G = 29.41%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#765556 (or 0x765556) is known color: Falcon. HEX triplet: 76, 55 and 56. RGB value is (118,85,86). Sum of RGB (Red+Green+Blue) = 118+85+86=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765556 is #89AAA9. Grayscale: #5F5F5F. Windows color (decimal): -9022122 or 5657974. OLE color: 5657974.

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

Color convert

RGB 118 85 86 -
CMYK 0 0.28 0.27 0.54
HSL 358.18º 0.16% 0.4% -
HSV(B) 358.18º 0.28% 0.46% -
XYZ 12.4 11.02 10.28 -
YUV 94.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 118 85 86 0 0.28 0.27 0.54 358.18 0.16 0.4
Hex 76 55 56 0 1C 1B 36 166 10 28
Octal 166 125 126 0 34 33 66 546 20 50
Binary 1110110 1010101 1010110 0 11100 11011 110110 101100110 10000 101000

Color Harmonies of #765556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765556

Black with #765556

Text Example


Text Example

White with #765556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765556; }

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

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

background-color css

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

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

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

border-color css

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

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

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