Html Css Color HEX #747265 Flint

📋 copy color: '#747265'

red 116 ◦ green 114 ◦ blue 101

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

Shades of Flint #747265

Tints of Flint #747265

RGB

 RED value IS 116 (45.7% from 255) = 35.05%

 GREEN value IS 114 (44.92% from 255) = 34.44%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 35.05%
G = 34.44%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#747265 (or 0x747265) is known color: Flint. HEX triplet: 74, 72 and 65. RGB value is (116,114,101). Sum of RGB (Red+Green+Blue) = 116+114+101=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #747265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747265 is #8B8D9A. Grayscale: #717171. Windows color (decimal): -9145755 or 6648436. OLE color: 6648436.

HSL color Cylindrical-coordinate representation of color #747265: hue angle of 52º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747265 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 101 -
CMYK 0 0.02 0.13 0.55
HSL 52º 0.07% 0.43% -
HSV(B) 52º 0.13% 0.45% -
XYZ 15.57 16.69 14.71 -
YUV 113.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 116 114 101 0 0.02 0.13 0.55 52 0.07 0.43
Hex 74 72 65 0 2 D 37 34 7 2B
Octal 164 162 145 0 2 15 67 64 7 53
Binary 1110100 1110010 1100101 0 10 1101 110111 110100 111 101011

Color Harmonies of #747265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747265

Black with #747265

Text Example


Text Example

White with #747265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747265; }

 p { color: rgb(116,114,101); }

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

background-color css

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

 a { background-color: rgb(116,114,101); }

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

border-color css

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

 span { border-color: rgb(116,114,101); }

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