Html Css Color HEX #76824D Finch

📋 copy color: '#76824D'

red 118 ◦ green 130 ◦ blue 77

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

Shades of Finch #76824D

Tints of Finch #76824D

RGB

 RED value IS 118 (46.48% from 255) = 36.31%

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

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 36.31%
G = 40%
B = 23.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#76824D (or 0x76824D) is known color: Finch. HEX triplet: 76, 82 and 4D. RGB value is (118,130,77). Sum of RGB (Red+Green+Blue) = 118+130+77=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #76824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76824D is #897DB2. Grayscale: #787878. Windows color (decimal): -9010611 or 5079670. OLE color: 5079670.

HSL color Cylindrical-coordinate representation of color #76824D: hue angle of 73.58º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76824D is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 77 -
CMYK 0.09 0 0.41 0.49
HSL 73.58º 0.26% 0.41% -
HSV(B) 73.58º 0.41% 0.51% -
XYZ 16.79 20.35 10.06 -
YUV 120.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 118 130 77 0.09 0 0.41 0.49 73.58 0.26 0.41
Hex 76 82 4D 9 0 29 31 4A 1A 29
Octal 166 202 115 11 0 51 61 112 32 51
Binary 1110110 10000010 1001101 1001 0 101001 110001 1001010 11010 101001

Color Harmonies of #76824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76824D

Black with #76824D

Text Example


Text Example

White with #76824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76824D; }

 p { color: rgb(118,130,77); }

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

background-color css

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

 a { background-color: rgb(118,130,77); }

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

border-color css

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

 span { border-color: rgb(118,130,77); }

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