Html Css Color HEX #767363 Flint

📋 copy color: '#767363'

red 118 ◦ green 115 ◦ blue 99

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

Shades of Flint #767363

Tints of Flint #767363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

 BLUE value IS 99 (39.06% from 255) = 29.82%

R = 35.54%
G = 34.64%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#767363 (or 0x767363) is known color: Flint. HEX triplet: 76, 73 and 63. RGB value is (118,115,99). Sum of RGB (Red+Green+Blue) = 118+115+99=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #767363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767363 is #898C9C. Grayscale: #727272. Windows color (decimal): -9014429 or 6517622. OLE color: 6517622.

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

Color convert

RGB 118 115 99 -
CMYK 0 0.03 0.16 0.54
HSL 50.53º 0.09% 0.43% -
HSV(B) 50.53º 0.16% 0.46% -
XYZ 15.85 17.01 14.25 -
YUV 114.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 118 115 99 0 0.03 0.16 0.54 50.53 0.09 0.43
Hex 76 73 63 0 3 10 36 33 9 2B
Octal 166 163 143 0 3 20 66 63 11 53
Binary 1110110 1110011 1100011 0 11 10000 110110 110011 1001 101011

Color Harmonies of #767363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767363

Black with #767363

Text Example


Text Example

White with #767363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767363; }

 p { color: rgb(118,115,99); }

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

background-color css

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

 a { background-color: rgb(118,115,99); }

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

border-color css

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

 span { border-color: rgb(118,115,99); }

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