Html Css Color HEX #755C61 Falcon

📋 copy color: '#755C61'

red 117 ◦ green 92 ◦ blue 97

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

Shades of Falcon #755C61

Tints of Falcon #755C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 97 (38.28% from 255) = 31.7%

R = 38.24%
G = 30.07%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#755C61 (or 0x755C61) is known color: Falcon. HEX triplet: 75, 5C and 61. RGB value is (117,92,97). Sum of RGB (Red+Green+Blue) = 117+92+97=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C61 is #8AA39E. Grayscale: #646464. Windows color (decimal): -9085855 or 6380661. OLE color: 6380661.

HSL color Cylindrical-coordinate representation of color #755C61: hue angle of 348º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755C61 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 97 -
CMYK 0 0.21 0.17 0.54
HSL 348º 0.12% 0.41% -
HSV(B) 348º 0.21% 0.46% -
XYZ 13.32 12.3 12.98 -
YUV 100.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 117 92 97 0 0.21 0.17 0.54 348 0.12 0.41
Hex 75 5C 61 0 15 11 36 15C C 29
Octal 165 134 141 0 25 21 66 534 14 51
Binary 1110101 1011100 1100001 0 10101 10001 110110 101011100 1100 101001

Color Harmonies of #755C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C61

Black with #755C61

Text Example


Text Example

White with #755C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,97); }

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

background-color css

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

 a { background-color: rgb(117,92,97); }

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

border-color css

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

 span { border-color: rgb(117,92,97); }

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