Html Css Color HEX #7D8B53 Finch

📋 copy color: '#7D8B53'

red 125 ◦ green 139 ◦ blue 83

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

Shades of Finch #7D8B53

Tints of Finch #7D8B53

RGB

 RED value IS 125 (49.22% from 255) = 36.02%

 GREEN value IS 139 (54.69% from 255) = 40.06%

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

R = 36.02%
G = 40.06%
B = 23.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#7D8B53 (or 0x7D8B53) is known color: Finch. HEX triplet: 7D, 8B and 53. RGB value is (125,139,83). Sum of RGB (Red+Green+Blue) = 125+139+83=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8B53 is #8274AC. Grayscale: #808080. Windows color (decimal): -8549549 or 5475197. OLE color: 5475197.

HSL color Cylindrical-coordinate representation of color #7D8B53: hue angle of 75º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D8B53 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 139 83 -
CMYK 0.10 0 0.40 0.45
HSL 75º 0.25% 0.44% -
HSV(B) 75º 0.4% 0.55% -
XYZ 19.25 23.45 11.7 -
YUV 128.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 125 139 83 0.10 0 0.40 0.45 75 0.25 0.44
Hex 7D 8B 53 A 0 28 2D 4B 19 2C
Octal 175 213 123 12 0 50 55 113 31 54
Binary 1111101 10001011 1010011 1010 0 101000 101101 1001011 11001 101100

Color Harmonies of #7D8B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8B53

Black with #7D8B53

Text Example


Text Example

White with #7D8B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D8B53; }

 p { color: rgb(125,139,83); }

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

background-color css

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

 a { background-color: rgb(125,139,83); }

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

border-color css

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

 span { border-color: rgb(125,139,83); }

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