Html Css Color HEX #737266 Flint

📋 copy color: '#737266'

red 115 ◦ green 114 ◦ blue 102

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

Shades of Flint #737266

Tints of Flint #737266

RGB

 RED value IS 115 (45.31% from 255) = 34.74%

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

 BLUE value IS 102 (40.23% from 255) = 30.82%

R = 34.74%
G = 34.44%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#737266 (or 0x737266) is known color: Flint. HEX triplet: 73, 72 and 66. RGB value is (115,114,102). Sum of RGB (Red+Green+Blue) = 115+114+102=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 115 - color contains mainly: red. Hex color #737266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737266 is #8C8D99. Grayscale: #707070. Windows color (decimal): -9211290 or 6713971. OLE color: 6713971.

HSL color Cylindrical-coordinate representation of color #737266: hue angle of 55.38º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #737266 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 114 102 -
CMYK 0 0.01 0.11 0.55
HSL 55.38º 0.06% 0.43% -
HSV(B) 55.38º 0.11% 0.45% -
XYZ 15.49 16.64 14.97 -
YUV 112.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 115 114 102 0 0.01 0.11 0.55 55.38 0.06 0.43
Hex 73 72 66 0 1 B 37 37 6 2B
Octal 163 162 146 0 1 13 67 67 6 53
Binary 1110011 1110010 1100110 0 1 1011 110111 110111 110 101011

Color Harmonies of #737266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737266

Black with #737266

Text Example


Text Example

White with #737266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737266; }

 p { color: rgb(115,114,102); }

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

background-color css

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

 a { background-color: rgb(115,114,102); }

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

border-color css

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

 span { border-color: rgb(115,114,102); }

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