Html Css Color HEX #755658 Falcon

📋 copy color: '#755658'

red 117 ◦ green 86 ◦ blue 88

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

Shades of Falcon #755658

Tints of Falcon #755658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

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

R = 40.21%
G = 29.55%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#755658 (or 0x755658) is known color: Falcon. HEX triplet: 75, 56 and 58. RGB value is (117,86,88). Sum of RGB (Red+Green+Blue) = 117+86+88=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #755658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755658 is #8AA9A7. Grayscale: #5F5F5F. Windows color (decimal): -9087400 or 5789301. OLE color: 5789301.

HSL color Cylindrical-coordinate representation of color #755658: hue angle of 356.13º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755658 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 88 -
CMYK 0 0.26 0.25 0.54
HSL 356.13º 0.15% 0.4% -
HSV(B) 356.13º 0.26% 0.46% -
XYZ 12.43 11.14 10.73 -
YUV 95.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 117 86 88 0 0.26 0.25 0.54 356.13 0.15 0.4
Hex 75 56 58 0 1A 19 36 164 F 28
Octal 165 126 130 0 32 31 66 544 17 50
Binary 1110101 1010110 1011000 0 11010 11001 110110 101100100 1111 101000

Color Harmonies of #755658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755658

Black with #755658

Text Example


Text Example

White with #755658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755658; }

 p { color: rgb(117,86,88); }

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

background-color css

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

 a { background-color: rgb(117,86,88); }

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

border-color css

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

 span { border-color: rgb(117,86,88); }

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