Html Css Color HEX #775758 Falcon

📋 copy color: '#775758'

red 119 ◦ green 87 ◦ blue 88

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

Shades of Falcon #775758

Tints of Falcon #775758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

 BLUE value IS 88 (34.77% from 255) = 29.93%

R = 40.48%
G = 29.59%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#775758 (or 0x775758) is known color: Falcon. HEX triplet: 77, 57 and 58. RGB value is (119,87,88). Sum of RGB (Red+Green+Blue) = 119+87+88=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775758 is #88A8A7. Grayscale: #606060. Windows color (decimal): -8956072 or 5789559. OLE color: 5789559.

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

Color convert

RGB 119 87 88 -
CMYK 0 0.27 0.26 0.53
HSL 358.13º 0.16% 0.4% -
HSV(B) 358.13º 0.27% 0.47% -
XYZ 12.78 11.44 10.77 -
YUV 96.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 119 87 88 0 0.27 0.26 0.53 358.13 0.16 0.4
Hex 77 57 58 0 1B 1A 35 166 10 28
Octal 167 127 130 0 33 32 65 546 20 50
Binary 1110111 1010111 1011000 0 11011 11010 110101 101100110 10000 101000

Color Harmonies of #775758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775758

Black with #775758

Text Example


Text Example

White with #775758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775758; }

 p { color: rgb(119,87,88); }

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

background-color css

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

 a { background-color: rgb(119,87,88); }

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

border-color css

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

 span { border-color: rgb(119,87,88); }

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