Html Css Color HEX #775E5F Falcon

📋 copy color: '#775E5F'

red 119 ◦ green 94 ◦ blue 95

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

Shades of Falcon #775E5F

Tints of Falcon #775E5F

RGB

 RED value IS 119 (46.88% from 255) = 38.64%

 GREEN value IS 94 (37.11% from 255) = 30.52%

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 38.64%
G = 30.52%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#775E5F (or 0x775E5F) is known color: Falcon. HEX triplet: 77, 5E and 5F. RGB value is (119,94,95). Sum of RGB (Red+Green+Blue) = 119+94+95=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E5F is #88A1A0. Grayscale: #656565. Windows color (decimal): -8954273 or 6250103. OLE color: 6250103.

HSL color Cylindrical-coordinate representation of color #775E5F: hue angle of 357.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E5F is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 95 -
CMYK 0 0.21 0.20 0.53
HSL 357.6º 0.12% 0.42% -
HSV(B) 357.6º 0.21% 0.47% -
XYZ 13.68 12.75 12.57 -
YUV 101.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 119 94 95 0 0.21 0.20 0.53 357.6 0.12 0.42
Hex 77 5E 5F 0 15 14 35 166 C 2A
Octal 167 136 137 0 25 24 65 546 14 52
Binary 1110111 1011110 1011111 0 10101 10100 110101 101100110 1100 101010

Color Harmonies of #775E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E5F

Black with #775E5F

Text Example


Text Example

White with #775E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E5F; }

 p { color: rgb(119,94,95); }

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

background-color css

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

 a { background-color: rgb(119,94,95); }

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

border-color css

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

 span { border-color: rgb(119,94,95); }

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