Html Css Color HEX #76555C Falcon

📋 copy color: '#76555C'

red 118 ◦ green 85 ◦ blue 92

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

Shades of Falcon #76555C

Tints of Falcon #76555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 40%
G = 28.81%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76555C (or 0x76555C) is known color: Falcon. HEX triplet: 76, 55 and 5C. RGB value is (118,85,92). Sum of RGB (Red+Green+Blue) = 118+85+92=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76555C is #89AAA3. Grayscale: #5F5F5F. Windows color (decimal): -9022116 or 6051190. OLE color: 6051190.

HSL color Cylindrical-coordinate representation of color #76555C: hue angle of 347.27º 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 #76555C is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 92 -
CMYK 0 0.28 0.22 0.54
HSL 347.27º 0.16% 0.4% -
HSV(B) 347.27º 0.28% 0.46% -
XYZ 12.65 11.12 11.61 -
YUV 95.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 118 85 92 0 0.28 0.22 0.54 347.27 0.16 0.4
Hex 76 55 5C 0 1C 16 36 15B 10 28
Octal 166 125 134 0 34 26 66 533 20 50
Binary 1110110 1010101 1011100 0 11100 10110 110110 101011011 10000 101000

Color Harmonies of #76555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76555C

Black with #76555C

Text Example


Text Example

White with #76555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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