Html Css Color HEX #727B53 Finch

📋 copy color: '#727B53'

red 114 ◦ green 123 ◦ blue 83

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

Shades of Finch #727B53

Tints of Finch #727B53

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

 BLUE value IS 83 (32.81% from 255) = 25.94%

R = 35.63%
G = 38.44%
B = 25.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#727B53 (or 0x727B53) is known color: Finch. HEX triplet: 72, 7B and 53. RGB value is (114,123,83). Sum of RGB (Red+Green+Blue) = 114+123+83=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 123 - color contains mainly: green. Hex color #727B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B53 is #8D84AC. Grayscale: #737373. Windows color (decimal): -9274541 or 5471090. OLE color: 5471090.

HSL color Cylindrical-coordinate representation of color #727B53: hue angle of 73.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727B53 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 123 83 -
CMYK 0.07 0 0.33 0.52
HSL 73.5º 0.19% 0.4% -
HSV(B) 73.5º 0.33% 0.48% -
XYZ 15.58 18.37 10.91 -
YUV 115.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 114 123 83 0.07 0 0.33 0.52 73.5 0.19 0.4
Hex 72 7B 53 7 0 21 34 4A 13 28
Octal 162 173 123 7 0 41 64 112 23 50
Binary 1110010 1111011 1010011 111 0 100001 110100 1001010 10011 101000

Color Harmonies of #727B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B53

Black with #727B53

Text Example


Text Example

White with #727B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727B53; }

 p { color: rgb(114,123,83); }

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

background-color css

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

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

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

border-color css

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

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

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