Html Css Color HEX #7B825D Finch

📋 copy color: '#7B825D'

red 123 ◦ green 130 ◦ blue 93

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

Shades of Finch #7B825D

Tints of Finch #7B825D

RGB

 RED value IS 123 (48.44% from 255) = 35.55%

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

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

R = 35.55%
G = 37.57%
B = 26.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#7B825D (or 0x7B825D) is known color: Finch. HEX triplet: 7B, 82 and 5D. RGB value is (123,130,93). Sum of RGB (Red+Green+Blue) = 123+130+93=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #7B825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B825D is #847DA2. Grayscale: #7B7B7B. Windows color (decimal): -8682915 or 6128251. OLE color: 6128251.

HSL color Cylindrical-coordinate representation of color #7B825D: hue angle of 71.35º 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 #7B825D is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 123 130 93 -
CMYK 0.05 0 0.28 0.49
HSL 71.35º 0.17% 0.44% -
HSV(B) 71.35º 0.28% 0.51% -
XYZ 18.13 20.97 13.45 -
YUV 123.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 123 130 93 0.05 0 0.28 0.49 71.35 0.17 0.44
Hex 7B 82 5D 5 0 1C 31 47 11 2C
Octal 173 202 135 5 0 34 61 107 21 54
Binary 1111011 10000010 1011101 101 0 11100 110001 1000111 10001 101100

Color Harmonies of #7B825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B825D

Black with #7B825D

Text Example


Text Example

White with #7B825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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