Html Css Color HEX #755F63 Falcon

📋 copy color: '#755F63'

red 117 ◦ green 95 ◦ blue 99

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

Shades of Falcon #755F63

Tints of Falcon #755F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.55%

 BLUE value IS 99 (39.06% from 255) = 31.83%

R = 37.62%
G = 30.55%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#755F63 (or 0x755F63) is known color: Falcon. HEX triplet: 75, 5F and 63. RGB value is (117,95,99). Sum of RGB (Red+Green+Blue) = 117+95+99=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #755F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F63 is #8AA09C. Grayscale: #666666. Windows color (decimal): -9085085 or 6512501. OLE color: 6512501.

HSL color Cylindrical-coordinate representation of color #755F63: hue angle of 349.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #755F63 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 99 -
CMYK 0 0.19 0.15 0.54
HSL 349.09º 0.1% 0.42% -
HSV(B) 349.09º 0.19% 0.46% -
XYZ 13.68 12.87 13.57 -
YUV 102.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 117 95 99 0 0.19 0.15 0.54 349.09 0.1 0.42
Hex 75 5F 63 0 13 F 36 15D A 2A
Octal 165 137 143 0 23 17 66 535 12 52
Binary 1110101 1011111 1100011 0 10011 1111 110110 101011101 1010 101010

Color Harmonies of #755F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F63

Black with #755F63

Text Example


Text Example

White with #755F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,99); }

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

background-color css

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

 a { background-color: rgb(117,95,99); }

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

border-color css

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

 span { border-color: rgb(117,95,99); }

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