Html Css Color HEX #73834E Finch

📋 copy color: '#73834E'

red 115 ◦ green 131 ◦ blue 78

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

Shades of Finch #73834E

Tints of Finch #73834E

RGB

 RED value IS 115 (45.31% from 255) = 35.49%

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

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 35.49%
G = 40.43%
B = 24.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#73834E (or 0x73834E) is known color: Finch. HEX triplet: 73, 83 and 4E. RGB value is (115,131,78). Sum of RGB (Red+Green+Blue) = 115+131+78=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #73834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73834E is #8C7CB1. Grayscale: #787878. Windows color (decimal): -9206962 or 5145459. OLE color: 5145459.

HSL color Cylindrical-coordinate representation of color #73834E: hue angle of 78.11º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73834E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 131 78 -
CMYK 0.12 0 0.40 0.49
HSL 78.11º 0.25% 0.41% -
HSV(B) 78.11º 0.4% 0.51% -
XYZ 16.56 20.43 10.28 -
YUV 120.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 115 131 78 0.12 0 0.40 0.49 78.11 0.25 0.41
Hex 73 83 4E C 0 28 31 4E 19 29
Octal 163 203 116 14 0 50 61 116 31 51
Binary 1110011 10000011 1001110 1100 0 101000 110001 1001110 11001 101001

Color Harmonies of #73834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73834E

Black with #73834E

Text Example


Text Example

White with #73834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73834E; }

 p { color: rgb(115,131,78); }

 H1.HeaderClassName
 {
   color: #73834E;
 }
 .AnyTagClassName
 {
   color: #73834E;
 }
</style>

background-color css

<style>
 a { background-color: #73834E; }

 a { background-color: rgb(115,131,78); }

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

border-color css

<style>
 span { border-color: #73834E; }

 span { border-color: rgb(115,131,78); }

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