Html Css Color HEX #7D835C Finch

📋 copy color: '#7D835C'

red 125 ◦ green 131 ◦ blue 92

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

Shades of Finch #7D835C

Tints of Finch #7D835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 35.92%
G = 37.64%
B = 26.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#7D835C (or 0x7D835C) is known color: Finch. HEX triplet: 7D, 83 and 5C. RGB value is (125,131,92). Sum of RGB (Red+Green+Blue) = 125+131+92=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #7D835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D835C is #827CA3. Grayscale: #7C7C7C. Windows color (decimal): -8551588 or 6062973. OLE color: 6062973.

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

Color convert

RGB 125 131 92 -
CMYK 0.05 0 0.30 0.49
HSL 69.23º 0.17% 0.44% -
HSV(B) 69.23º 0.3% 0.51% -
XYZ 18.51 21.37 13.27 -
YUV 124.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 125 131 92 0.05 0 0.30 0.49 69.23 0.17 0.44
Hex 7D 83 5C 5 0 1E 31 45 11 2C
Octal 175 203 134 5 0 36 61 105 21 54
Binary 1111101 10000011 1011100 101 0 11110 110001 1000101 10001 101100

Color Harmonies of #7D835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D835C

Black with #7D835C

Text Example


Text Example

White with #7D835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,131,92); }

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

background-color css

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

 a { background-color: rgb(125,131,92); }

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

border-color css

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

 span { border-color: rgb(125,131,92); }

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