Html Css Color HEX #765558 Falcon

📋 copy color: '#765558'

red 118 ◦ green 85 ◦ blue 88

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

Shades of Falcon #765558

Tints of Falcon #765558

RGB

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

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

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

R = 40.55%
G = 29.21%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#765558 (or 0x765558) is known color: Falcon. HEX triplet: 76, 55 and 58. RGB value is (118,85,88). Sum of RGB (Red+Green+Blue) = 118+85+88=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #765558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765558 is #89AAA7. Grayscale: #5F5F5F. Windows color (decimal): -9022120 or 5789046. OLE color: 5789046.

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

Color convert

RGB 118 85 88 -
CMYK 0 0.28 0.25 0.54
HSL 354.55º 0.16% 0.4% -
HSV(B) 354.55º 0.28% 0.46% -
XYZ 12.48 11.05 10.71 -
YUV 95.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 118 85 88 0 0.28 0.25 0.54 354.55 0.16 0.4
Hex 76 55 58 0 1C 19 36 163 10 28
Octal 166 125 130 0 34 31 66 543 20 50
Binary 1110110 1010101 1011000 0 11100 11001 110110 101100011 10000 101000

Color Harmonies of #765558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765558

Black with #765558

Text Example


Text Example

White with #765558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765558; }

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

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

background-color css

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

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

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

border-color css

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

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

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