Html Css Color HEX #775153 Falcon

📋 copy color: '#775153'

red 119 ◦ green 81 ◦ blue 83

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

Shades of Falcon #775153

Tints of Falcon #775153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 83 (32.81% from 255) = 29.33%

R = 42.05%
G = 28.62%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#775153 (or 0x775153) is known color: Falcon. HEX triplet: 77, 51 and 53. RGB value is (119,81,83). Sum of RGB (Red+Green+Blue) = 119+81+83=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775153 is #88AEAC. Grayscale: #5C5C5C. Windows color (decimal): -8957613 or 5460343. OLE color: 5460343.

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

Color convert

RGB 119 81 83 -
CMYK 0 0.32 0.30 0.53
HSL 356.84º 0.19% 0.39% -
HSV(B) 356.84º 0.32% 0.47% -
XYZ 12.11 10.43 9.56 -
YUV 92.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 119 81 83 0 0.32 0.30 0.53 356.84 0.19 0.39
Hex 77 51 53 0 20 1E 35 165 13 27
Octal 167 121 123 0 40 36 65 545 23 47
Binary 1110111 1010001 1010011 0 100000 11110 110101 101100101 10011 100111

Color Harmonies of #775153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775153

Black with #775153

Text Example


Text Example

White with #775153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775153; }

 p { color: rgb(119,81,83); }

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

background-color css

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

 a { background-color: rgb(119,81,83); }

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

border-color css

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

 span { border-color: rgb(119,81,83); }

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