Html Css Color HEX #727752 Finch

📋 copy color: '#727752'

red 114 ◦ green 119 ◦ blue 82

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

Shades of Finch #727752

Tints of Finch #727752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 36.19%
G = 37.78%
B = 26.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#727752 (or 0x727752) is known color: Finch. HEX triplet: 72, 77 and 52. RGB value is (114,119,82). Sum of RGB (Red+Green+Blue) = 114+119+82=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #727752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727752 is #8D88AD. Grayscale: #717171. Windows color (decimal): -9275566 or 5404530. OLE color: 5404530.

HSL color Cylindrical-coordinate representation of color #727752: hue angle of 68.11º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #727752 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 82 -
CMYK 0.04 0 0.31 0.53
HSL 68.11º 0.18% 0.39% -
HSV(B) 68.11º 0.31% 0.47% -
XYZ 15.06 17.38 10.54 -
YUV 113.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 114 119 82 0.04 0 0.31 0.53 68.11 0.18 0.39
Hex 72 77 52 4 0 1F 35 44 12 27
Octal 162 167 122 4 0 37 65 104 22 47
Binary 1110010 1110111 1010010 100 0 11111 110101 1000100 10010 100111

Color Harmonies of #727752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727752

Black with #727752

Text Example


Text Example

White with #727752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727752; }

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

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

background-color css

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

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

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

border-color css

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

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

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