Html Css Color HEX #72746A Finch

📋 copy color: '#72746A'

red 114 ◦ green 116 ◦ blue 106

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

Shades of Finch #72746A

Tints of Finch #72746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 33.93%
G = 34.52%
B = 31.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#72746A (or 0x72746A) is known color: Finch. HEX triplet: 72, 74 and 6A. RGB value is (114,116,106). Sum of RGB (Red+Green+Blue) = 114+116+106=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 116 - color contains mainly: green. Hex color #72746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72746A is #8D8B95. Grayscale: #727272. Windows color (decimal): -9276310 or 6976626. OLE color: 6976626.

HSL color Cylindrical-coordinate representation of color #72746A: hue angle of 72º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #72746A is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 106 -
CMYK 0.02 0 0.09 0.55
HSL 72º 0.05% 0.44% -
HSV(B) 72º 0.09% 0.45% -
XYZ 15.79 17.11 16.11 -
YUV 114.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 114 116 106 0.02 0 0.09 0.55 72 0.05 0.44
Hex 72 74 6A 2 0 9 37 48 5 2C
Octal 162 164 152 2 0 11 67 110 5 54
Binary 1110010 1110100 1101010 10 0 1001 110111 1001000 101 101100

Color Harmonies of #72746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72746A

Black with #72746A

Text Example


Text Example

White with #72746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72746A; }

 p { color: rgb(114,116,106); }

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

background-color css

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

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

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

border-color css

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

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

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