Html Css Color HEX #727267 Finch

📋 copy color: '#727267'

red 114 ◦ green 114 ◦ blue 103

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

Shades of Finch #727267

Tints of Finch #727267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 34.44%
G = 34.44%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#727267 (or 0x727267) is known color: Finch. HEX triplet: 72, 72 and 67. RGB value is (114,114,103). Sum of RGB (Red+Green+Blue) = 114+114+103=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727267 is #8D8D98. Grayscale: #707070. Windows color (decimal): -9276825 or 6779506. OLE color: 6779506.

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

Color convert

RGB 114 114 103 -
CMYK 0 0 0.10 0.55
HSL 60º 0.05% 0.43% -
HSV(B) 60º 0.1% 0.45% -
XYZ 15.4 16.59 15.22 -
YUV 112.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 114 114 103 0 0 0.10 0.55 60 0.05 0.43
Hex 72 72 67 0 0 A 37 3C 5 2B
Octal 162 162 147 0 0 12 67 74 5 53
Binary 1110010 1110010 1100111 0 0 1010 110111 111100 101 101011

Color Harmonies of #727267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727267

Black with #727267

Text Example


Text Example

White with #727267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727267; }

 p { color: rgb(114,114,103); }

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

background-color css

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

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

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

border-color css

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

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

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