Html Css Color HEX #777465 Flint

📋 copy color: '#777465'

red 119 ◦ green 116 ◦ blue 101

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

Shades of Flint #777465

Tints of Flint #777465

RGB

 RED value IS 119 (46.88% from 255) = 35.42%

 GREEN value IS 116 (45.7% from 255) = 34.52%

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

R = 35.42%
G = 34.52%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#777465 (or 0x777465) is known color: Flint. HEX triplet: 77, 74 and 65. RGB value is (119,116,101). Sum of RGB (Red+Green+Blue) = 119+116+101=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #777465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777465 is #888B9A. Grayscale: #737373. Windows color (decimal): -8948635 or 6648951. OLE color: 6648951.

HSL color Cylindrical-coordinate representation of color #777465: hue angle of 50º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777465 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 101 -
CMYK 0 0.03 0.15 0.53
HSL 50º 0.08% 0.43% -
HSV(B) 50º 0.15% 0.47% -
XYZ 16.2 17.35 14.81 -
YUV 115.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 119 116 101 0 0.03 0.15 0.53 50 0.08 0.43
Hex 77 74 65 0 3 F 35 32 8 2B
Octal 167 164 145 0 3 17 65 62 10 53
Binary 1110111 1110100 1100101 0 11 1111 110101 110010 1000 101011

Color Harmonies of #777465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777465

Black with #777465

Text Example


Text Example

White with #777465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777465; }

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

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

background-color css

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

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

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

border-color css

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

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

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