Html Css Color HEX #755E62 Falcon

📋 copy color: '#755E62'

red 117 ◦ green 94 ◦ blue 98

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

Shades of Falcon #755E62

Tints of Falcon #755E62

RGB

 RED value IS 117 (46.09% from 255) = 37.86%

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

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 37.86%
G = 30.42%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#755E62 (or 0x755E62) is known color: Falcon. HEX triplet: 75, 5E and 62. RGB value is (117,94,98). Sum of RGB (Red+Green+Blue) = 117+94+98=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #755E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E62 is #8AA19D. Grayscale: #656565. Windows color (decimal): -9085342 or 6446709. OLE color: 6446709.

HSL color Cylindrical-coordinate representation of color #755E62: hue angle of 349.57º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #755E62 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 94 98 -
CMYK 0 0.20 0.16 0.54
HSL 349.57º 0.11% 0.41% -
HSV(B) 349.57º 0.2% 0.46% -
XYZ 13.54 12.67 13.29 -
YUV 101.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 117 94 98 0 0.20 0.16 0.54 349.57 0.11 0.41
Hex 75 5E 62 0 14 10 36 15E B 29
Octal 165 136 142 0 24 20 66 536 13 51
Binary 1110101 1011110 1100010 0 10100 10000 110110 101011110 1011 101001

Color Harmonies of #755E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E62

Black with #755E62

Text Example


Text Example

White with #755E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755E62; }

 p { color: rgb(117,94,98); }

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

background-color css

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

 a { background-color: rgb(117,94,98); }

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

border-color css

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

 span { border-color: rgb(117,94,98); }

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