Html Css Color HEX #78735E Flint

📋 copy color: '#78735E'

red 120 ◦ green 115 ◦ blue 94

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

Shades of Flint #78735E

Tints of Flint #78735E

RGB

 RED value IS 120 (47.27% from 255) = 36.47%

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 36.47%
G = 34.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78735E (or 0x78735E) is known color: Flint. HEX triplet: 78, 73 and 5E. RGB value is (120,115,94). Sum of RGB (Red+Green+Blue) = 120+115+94=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78735E is #878CA1. Grayscale: #727272. Windows color (decimal): -8883362 or 6189944. OLE color: 6189944.

HSL color Cylindrical-coordinate representation of color #78735E: hue angle of 48.46º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78735E is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 115 94 -
CMYK 0 0.04 0.22 0.53
HSL 48.46º 0.12% 0.42% -
HSV(B) 48.46º 0.22% 0.47% -
XYZ 15.9 17.06 13.05 -
YUV 114.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 120 115 94 0 0.04 0.22 0.53 48.46 0.12 0.42
Hex 78 73 5E 0 4 16 35 30 C 2A
Octal 170 163 136 0 4 26 65 60 14 52
Binary 1111000 1110011 1011110 0 100 10110 110101 110000 1100 101010

Color Harmonies of #78735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78735E

Black with #78735E

Text Example


Text Example

White with #78735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78735E; }

 p { color: rgb(120,115,94); }

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

background-color css

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

 a { background-color: rgb(120,115,94); }

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

border-color css

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

 span { border-color: rgb(120,115,94); }

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