Html Css Color HEX #727B52 Finch

📋 copy color: '#727B52'

red 114 ◦ green 123 ◦ blue 82

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

Shades of Finch #727B52

Tints of Finch #727B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.71%

R = 35.74%
G = 38.56%
B = 25.71%

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

#727B52 (or 0x727B52) is known color: Finch. HEX triplet: 72, 7B and 52. RGB value is (114,123,82). Sum of RGB (Red+Green+Blue) = 114+123+82=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #727B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B52 is #8D84AD. Grayscale: #737373. Windows color (decimal): -9274542 or 5405554. OLE color: 5405554.

HSL color Cylindrical-coordinate representation of color #727B52: hue angle of 73.17º degrees, saturation: 0.2, 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 #727B52 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 123 82 -
CMYK 0.07 0 0.33 0.52
HSL 73.17º 0.2% 0.4% -
HSV(B) 73.17º 0.33% 0.48% -
XYZ 15.55 18.35 10.71 -
YUV 115.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 114 123 82 0.07 0 0.33 0.52 73.17 0.2 0.4
Hex 72 7B 52 7 0 21 34 49 14 28
Octal 162 173 122 7 0 41 64 111 24 50
Binary 1110010 1111011 1010010 111 0 100001 110100 1001001 10100 101000

Color Harmonies of #727B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B52

Black with #727B52

Text Example


Text Example

White with #727B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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