Html Css Color HEX #78824B Finch

📋 copy color: '#78824B'

red 120 ◦ green 130 ◦ blue 75

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

Shades of Finch #78824B

Tints of Finch #78824B

RGB

 RED value IS 120 (47.27% from 255) = 36.92%

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

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 36.92%
G = 40%
B = 23.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#78824B (or 0x78824B) is known color: Finch. HEX triplet: 78, 82 and 4B. RGB value is (120,130,75). Sum of RGB (Red+Green+Blue) = 120+130+75=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #78824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78824B is #877DB4. Grayscale: #787878. Windows color (decimal): -8879541 or 4948600. OLE color: 4948600.

HSL color Cylindrical-coordinate representation of color #78824B: hue angle of 70.91º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78824B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 130 75 -
CMYK 0.08 0 0.42 0.49
HSL 70.91º 0.27% 0.4% -
HSV(B) 70.91º 0.42% 0.51% -
XYZ 17 20.47 9.71 -
YUV 120.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 120 130 75 0.08 0 0.42 0.49 70.91 0.27 0.4
Hex 78 82 4B 8 0 2A 31 47 1B 28
Octal 170 202 113 10 0 52 61 107 33 50
Binary 1111000 10000010 1001011 1000 0 101010 110001 1000111 11011 101000

Color Harmonies of #78824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78824B

Black with #78824B

Text Example


Text Example

White with #78824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78824B; }

 p { color: rgb(120,130,75); }

 H1.HeaderClassName
 {
   color: #78824B;
 }
 .AnyTagClassName
 {
   color: #78824B;
 }
</style>

background-color css

<style>
 a { background-color: #78824B; }

 a { background-color: rgb(120,130,75); }

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

border-color css

<style>
 span { border-color: #78824B; }

 span { border-color: rgb(120,130,75); }

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