Html Css Color HEX #747260 Flint

📋 copy color: '#747260'

red 116 ◦ green 114 ◦ blue 96

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

Shades of Flint #747260

Tints of Flint #747260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 35.58%
G = 34.97%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#747260 (or 0x747260) is known color: Flint. HEX triplet: 74, 72 and 60. RGB value is (116,114,96). Sum of RGB (Red+Green+Blue) = 116+114+96=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #747260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747260 is #8B8D9F. Grayscale: #707070. Windows color (decimal): -9145760 or 6320756. OLE color: 6320756.

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

Color convert

RGB 116 114 96 -
CMYK 0 0.02 0.17 0.55
HSL 54º 0.09% 0.42% -
HSV(B) 54º 0.17% 0.45% -
XYZ 15.33 16.59 13.46 -
YUV 112.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 116 114 96 0 0.02 0.17 0.55 54 0.09 0.42
Hex 74 72 60 0 2 11 37 36 9 2A
Octal 164 162 140 0 2 21 67 66 11 52
Binary 1110100 1110010 1100000 0 10 10001 110111 110110 1001 101010

Color Harmonies of #747260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747260

Black with #747260

Text Example


Text Example

White with #747260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747260; }

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

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

background-color css

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

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

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

border-color css

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

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

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