Html Css Color HEX #72736A Finch

📋 copy color: '#72736A'

red 114 ◦ green 115 ◦ blue 106

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

Shades of Finch #72736A

Tints of Finch #72736A

RGB

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

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

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

R = 34.03%
G = 34.33%
B = 31.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#72736A (or 0x72736A) is known color: Finch. HEX triplet: 72, 73 and 6A. RGB value is (114,115,106). Sum of RGB (Red+Green+Blue) = 114+115+106=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 115 - color contains mainly: green. Hex color #72736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72736A is #8D8C95. Grayscale: #717171. Windows color (decimal): -9276566 or 6976370. OLE color: 6976370.

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

Color convert

RGB 114 115 106 -
CMYK 0.01 0 0.08 0.55
HSL 66.67º 0.04% 0.43% -
HSV(B) 66.67º 0.08% 0.45% -
XYZ 15.67 16.88 16.07 -
YUV 113.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 114 115 106 0.01 0 0.08 0.55 66.67 0.04 0.43
Hex 72 73 6A 1 0 8 37 43 4 2B
Octal 162 163 152 1 0 10 67 103 4 53
Binary 1110010 1110011 1101010 1 0 1000 110111 1000011 100 101011

Color Harmonies of #72736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72736A

Black with #72736A

Text Example


Text Example

White with #72736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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