Html Css Color HEX #767261 Flint

📋 copy color: '#767261'

red 118 ◦ green 114 ◦ blue 97

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

Shades of Flint #767261

Tints of Flint #767261

RGB

 RED value IS 118 (46.48% from 255) = 35.87%

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

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

R = 35.87%
G = 34.65%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#767261 (or 0x767261) is known color: Flint. HEX triplet: 76, 72 and 61. RGB value is (118,114,97). Sum of RGB (Red+Green+Blue) = 118+114+97=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #767261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767261 is #898D9E. Grayscale: #717171. Windows color (decimal): -9014687 or 6386294. OLE color: 6386294.

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

Color convert

RGB 118 114 97 -
CMYK 0 0.03 0.18 0.54
HSL 48.57º 0.1% 0.42% -
HSV(B) 48.57º 0.18% 0.46% -
XYZ 15.65 16.75 13.72 -
YUV 113.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 118 114 97 0 0.03 0.18 0.54 48.57 0.1 0.42
Hex 76 72 61 0 3 12 36 31 A 2A
Octal 166 162 141 0 3 22 66 61 12 52
Binary 1110110 1110010 1100001 0 11 10010 110110 110001 1010 101010

Color Harmonies of #767261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767261

Black with #767261

Text Example


Text Example

White with #767261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767261; }

 p { color: rgb(118,114,97); }

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

background-color css

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

 a { background-color: rgb(118,114,97); }

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

border-color css

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

 span { border-color: rgb(118,114,97); }

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