Html Css Color HEX #7D825D Finch

📋 copy color: '#7D825D'

red 125 ◦ green 130 ◦ blue 93

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

Shades of Finch #7D825D

Tints of Finch #7D825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 35.92%
G = 37.36%
B = 26.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#7D825D (or 0x7D825D) is known color: Finch. HEX triplet: 7D, 82 and 5D. RGB value is (125,130,93). Sum of RGB (Red+Green+Blue) = 125+130+93=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #7D825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D825D is #827DA2. Grayscale: #7C7C7C. Windows color (decimal): -8551843 or 6128253. OLE color: 6128253.

HSL color Cylindrical-coordinate representation of color #7D825D: hue angle of 68.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D825D is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 130 93 -
CMYK 0.04 0 0.28 0.49
HSL 68.11º 0.17% 0.44% -
HSV(B) 68.11º 0.28% 0.51% -
XYZ 18.42 21.12 13.46 -
YUV 124.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 125 130 93 0.04 0 0.28 0.49 68.11 0.17 0.44
Hex 7D 82 5D 4 0 1C 31 44 11 2C
Octal 175 202 135 4 0 34 61 104 21 54
Binary 1111101 10000010 1011101 100 0 11100 110001 1000100 10001 101100

Color Harmonies of #7D825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D825D

Black with #7D825D

Text Example


Text Example

White with #7D825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,130,93); }

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

background-color css

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

 a { background-color: rgb(125,130,93); }

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

border-color css

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

 span { border-color: rgb(125,130,93); }

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